diff options
Diffstat (limited to 'src/maplayer.cpp')
-rw-r--r-- | src/maplayer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/maplayer.cpp b/src/maplayer.cpp index 980a9a786..81561d94a 100644 --- a/src/maplayer.cpp +++ b/src/maplayer.cpp @@ -227,7 +227,7 @@ void MapLayer::updateSDL(Graphics *const graphics, int startX, int startY, row->images.push_back(imgVert); lastImage = img; } - graphics->calcTile(imgVert, px, py); + graphics->calcTileSDL(imgVert, px, py); } } } |