From 53d28e67f8b7966596818af7cbfd360df241b332 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 15 Dec 2013 00:23:39 +0300 Subject: rename calcTile methods into separate names calcTileVertexes, calTileCollection. --- src/render/nullopenglgraphics.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/render/nullopenglgraphics.h') diff --git a/src/render/nullopenglgraphics.h b/src/render/nullopenglgraphics.h index 620baa59d..94cda7bb3 100644 --- a/src/render/nullopenglgraphics.h +++ b/src/render/nullopenglgraphics.h @@ -105,11 +105,13 @@ class NullOpenGLGraphics final : public Graphics const int x, const int y, const int w, const int h) const override final; - void calcTile(ImageVertexes *const vert, const Image *const image, - int x, int y) const override final; + void calcTileVertexes(ImageVertexes *const vert, + const Image *const image, + int x, int y) const override final; - void calcTile(ImageCollection *const vertCol, - const Image *const image, int x, int y) override final; + void calcTileCollection(ImageCollection *const vertCol, + const Image *const image, + int x, int y) override final; void drawTile(const ImageCollection *const vertCol) override final; -- cgit v1.2.3-60-g2f50