From 3d94db98d119b011646893468bb61f88a0019173 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 18 Aug 2013 19:36:16 +0300 Subject: fix compilation error. --- src/sdlgraphics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sdlgraphics.cpp') 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; -- cgit v1.2.3-60-g2f50