summaryrefslogtreecommitdiff
path: root/src/maplayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/maplayer.cpp')
-rw-r--r--src/maplayer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/maplayer.cpp b/src/maplayer.cpp
index ec7f5ffe6..ac33e8bd5 100644
--- a/src/maplayer.cpp
+++ b/src/maplayer.cpp
@@ -167,7 +167,7 @@ void MapLayer::drawSDL(Graphics *const graphics)
const MepRowImages::const_iterator iit_end = images->end();
while (iit != iit_end)
{
- graphics->drawTile(*iit);
+ graphics->drawTileVertexes(*iit);
++ iit;
}
++ rit;
@@ -332,7 +332,7 @@ void MapLayer::drawOGL(Graphics *const graphics)
const MepRowImages::const_iterator iit_end = images->end();
while (iit != iit_end)
{
- graphics->drawTile(*iit);
+ graphics->drawTileVertexes(*iit);
++ iit;
// k ++;
}