From 5546ac2f1a459b3fba47b42d546469cdae3c1c27 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 15 Dec 2013 00:42:06 +0300 Subject: rename drawTile methods into separate names drawTileVertexes, drawTileCollection. --- src/maplayer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/maplayer.cpp') 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 ++; } -- cgit v1.2.3-60-g2f50