summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-06-15 21:28:17 +0300
committerAndrei Karas <akaras@inbox.ru>2014-06-15 21:28:17 +0300
commit450f3065c523d14f4108ba47297758d0759f4b59 (patch)
treeaeebd334cb5cc2c69f2405d08ffdbff7d6457e69 /src
parentdb35d7eb208b28716b5508e46e0c4c4d90f3092a (diff)
downloadplus-450f3065c523d14f4108ba47297758d0759f4b59.tar.gz
plus-450f3065c523d14f4108ba47297758d0759f4b59.tar.bz2
plus-450f3065c523d14f4108ba47297758d0759f4b59.tar.xz
plus-450f3065c523d14f4108ba47297758d0759f4b59.zip
Fix compilation warning.
Diffstat (limited to 'src')
-rw-r--r--src/render/normalopenglgraphics.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/render/normalopenglgraphics.cpp b/src/render/normalopenglgraphics.cpp
index 63f1b396b..088811d3f 100644
--- a/src/render/normalopenglgraphics.cpp
+++ b/src/render/normalopenglgraphics.cpp
@@ -80,8 +80,7 @@
namespace
{
const void *vertPtr = nullptr;
- const void *texPtr = nullptr;
-}
+} // namespace
GLuint NormalOpenGLGraphics::mLastImage = 0;
#ifdef DEBUG_DRAW_CALLS