From e335a103fc63fa8ab2aec24fae370ed5d8051ae5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 24 Jan 2013 19:22:48 +0300 Subject: Fix map layers draw again. --- src/map.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map.cpp b/src/map.cpp index 97d074333..7ec32ac12 100644 --- a/src/map.cpp +++ b/src/map.cpp @@ -326,7 +326,7 @@ void Map::draw(Graphics *graphics, int scrollX, int scrollY) // Calculate range of tiles which are on-screen const int endPixelY = graphics->mHeight + scrollY + mTileHeight - 1 + mMaxTileHeight - mTileHeight; - const int startX = scrollX / mTileWidth - 1; + const int startX = scrollX / mTileWidth - 2; const int startY = scrollY / mTileHeight; const int endX = (graphics->mWidth + scrollX + mTileWidth - 1) / mTileWidth; -- cgit v1.2.3-60-g2f50