summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-25 14:47:30 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-25 14:47:30 +0300
commite195e09e86d18c45676431813f98c56d85cc8201 (patch)
tree93befc9932b6d5a2d175b1ea511709c69b568d9e
parentd671eb90eb2ba431ba15123309368520608e5ba3 (diff)
downloadplus-e195e09e86d18c45676431813f98c56d85cc8201.tar.gz
plus-e195e09e86d18c45676431813f98c56d85cc8201.tar.bz2
plus-e195e09e86d18c45676431813f98c56d85cc8201.tar.xz
plus-e195e09e86d18c45676431813f98c56d85cc8201.zip
Fix debug include.
-rw-r--r--src/render/nullopenglgraphics.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/render/nullopenglgraphics.cpp b/src/render/nullopenglgraphics.cpp
index 08d0ddaf2..d6f724f06 100644
--- a/src/render/nullopenglgraphics.cpp
+++ b/src/render/nullopenglgraphics.cpp
@@ -28,16 +28,16 @@
#include "graphicsmanager.h"
#include "graphicsvertexes.h"
+#ifdef DEBUG_BIND_TEXTURE
+#include "logger.h"
+#endif
+
#include "resources/image.h"
#include "resources/imagerect.h"
#include "resources/openglimagehelper.h"
#include "debug.h"
-#ifdef DEBUG_BIND_TEXTURE
-#include "logger.h"
-#endif
-
GLuint NullOpenGLGraphics::mLastImage = 0;
#ifdef DEBUG_DRAW_CALLS
unsigned int NullOpenGLGraphics::mDrawCalls = 0;