diff options
Diffstat (limited to 'src/sdlgraphics.cpp')
-rw-r--r-- | src/sdlgraphics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdlgraphics.cpp b/src/sdlgraphics.cpp index 54051a6de..db620d5fa 100644 --- a/src/sdlgraphics.cpp +++ b/src/sdlgraphics.cpp @@ -1038,7 +1038,7 @@ void SDLGraphics::drawVLine(int x, int y1, int y2) #if SDL_BYTEORDER == SDL_BIG_ENDIAN for (; y1 <= y2; ++y1) { - p[0] = b0 + p[0] = b0; p[1] = b1; p[2] = b2; p += pitch; |