diff --git a/source/Video.cpp b/source/Video.cpp index 295ef026..ef47b341 100644 --- a/source/Video.cpp +++ b/source/Video.cpp @@ -1112,7 +1112,7 @@ static void VideoFrameBufferAdjust(int& xSrc, int& ySrc, bool bInvertY=false) } if (bInvertY) - dy -= dy; + dy =- dy; xSrc += dx; ySrc += dy;