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/render/nullopenglgraphics.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/render/nullopenglgraphics.h') diff --git a/src/render/nullopenglgraphics.h b/src/render/nullopenglgraphics.h index 94cda7bb3..82285f90d 100644 --- a/src/render/nullopenglgraphics.h +++ b/src/render/nullopenglgraphics.h @@ -113,9 +113,10 @@ class NullOpenGLGraphics final : public Graphics const Image *const image, int x, int y) override final; - void drawTile(const ImageCollection *const vertCol) override final; + void drawTileCollection(const ImageCollection *const vertCol) + override final; - void drawTile(const ImageVertexes *const vert) override final; + void drawTileVertexes(const ImageVertexes *const vert) override final; bool calcWindow(ImageCollection *const vertCol, const int x, const int y, -- cgit v1.2.3-60-g2f50