diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-04-25 21:47:27 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-04-26 00:47:34 +0300 |
commit | 69cfcb156d4224753d439ac3cd7708366e27e365 (patch) | |
tree | 89ea4bc8a5b1b61ac46619f021d5e9905f5e1642 /src/render/opengl | |
parent | 4821f538a888370eb80ec28f9bab269a4427a63c (diff) | |
download | plus-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.cpp | 4 |
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" |