diff options
Diffstat (limited to 'src/render/normalopenglgraphics.cpp')
-rw-r--r-- | src/render/normalopenglgraphics.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/normalopenglgraphics.cpp b/src/render/normalopenglgraphics.cpp index 22aef9cda..3a2bfde49 100644 --- a/src/render/normalopenglgraphics.cpp +++ b/src/render/normalopenglgraphics.cpp @@ -24,9 +24,9 @@ #include "render/normalopenglgraphics.h" -#include "logger.h" - +#ifdef DEBUG_OPENGL #include "render/opengl/mgl.h" +#endif // DEBUG_OPENGL #include "render/vertexes/imagecollection.h" |