summaryrefslogtreecommitdiff
path: root/src/render/opengl
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-04-25 21:47:27 +0300
committerAndrei Karas <akaras@inbox.ru>2017-04-26 00:47:34 +0300
commit69cfcb156d4224753d439ac3cd7708366e27e365 (patch)
tree89ea4bc8a5b1b61ac46619f021d5e9905f5e1642 /src/render/opengl
parent4821f538a888370eb80ec28f9bab269a4427a63c (diff)
downloadplus-69cfcb156d4224753d439ac3cd7708366e27e365.tar.gz
plus-69cfcb156d4224753d439ac3cd7708366e27e365.tar.bz2
plus-69cfcb156d4224753d439ac3cd7708366e27e365.tar.xz
plus-69cfcb156d4224753d439ac3cd7708366e27e365.zip
Report also altas creation OpenGL errors if enabled.
Diffstat (limited to 'src/render/opengl')
-rw-r--r--src/render/opengl/mglemu.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/render/opengl/mglemu.cpp b/src/render/opengl/mglemu.cpp
index eb5949f0b..864b130ef 100644
--- a/src/render/opengl/mglemu.cpp
+++ b/src/render/opengl/mglemu.cpp
@@ -22,6 +22,10 @@
#include "render/opengl/mglemu.h"
+#ifdef OPENGLERRORS
+#include "graphicsmanager.h"
+#endif // OPENGLERRORS
+
#include "resources/openglimagehelper.h"
#include "debug.h"