From e195e09e86d18c45676431813f98c56d85cc8201 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 25 May 2014 14:47:30 +0300 Subject: Fix debug include. --- src/render/nullopenglgraphics.cpp | 8 ++++---- 1 file 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; -- cgit v1.2.3-60-g2f50