diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/render/nullopenglgraphics.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/render/nullopenglgraphics.cpp b/src/render/nullopenglgraphics.cpp index 8eb88f060..866eb14a3 100644 --- a/src/render/nullopenglgraphics.cpp +++ b/src/render/nullopenglgraphics.cpp @@ -33,6 +33,10 @@ #include "debug.h" +#ifdef DEBUG_BIND_TEXTURE +#include "logger.h" +#endif + GLuint NullOpenGLGraphics::mLastImage = 0; #ifdef DEBUG_DRAW_CALLS unsigned int NullOpenGLGraphics::mDrawCalls = 0; |