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/gui/widgets/emotepage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/emotepage.cpp') diff --git a/src/gui/widgets/emotepage.cpp b/src/gui/widgets/emotepage.cpp index a68836a96..472e6c1f4 100644 --- a/src/gui/widgets/emotepage.cpp +++ b/src/gui/widgets/emotepage.cpp @@ -84,7 +84,7 @@ void EmotePage::draw(gcn::Graphics *graphics) const Image *const image = *it; if (image) { - g->calcTile(mVertexes, image, x, y); + g->calcTileCollection(mVertexes, image, x, y); x += emoteWidth; if (x + emoteWidth > width) { -- cgit v1.2.3-60-g2f50