summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;