summaryrefslogtreecommitdiff
path: root/src/resources/openglimagehelper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/openglimagehelper.cpp')
-rw-r--r--src/resources/openglimagehelper.cpp14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/resources/openglimagehelper.cpp b/src/resources/openglimagehelper.cpp
index c67ec8a1c..ef0ef063e 100644
--- a/src/resources/openglimagehelper.cpp
+++ b/src/resources/openglimagehelper.cpp
@@ -363,12 +363,14 @@ Image *OpenGLImageHelper::glLoad(SDL_Surface *tmpImage,
0, GL_RGBA, GL_UNSIGNED_BYTE, tmpImage->pixels);
#ifdef DEBUG_OPENGL
-// disabled for now, because debugger can't show it
-// if (isGLNotNull(mglLabelObject))
-// {
-// const char *const text = "image text";
-// mglLabelObject(GL_TEXTURE, texture, strlen(text), text);
-// }
+/*
+ disabled for now, because debugger can't show it
+ if (isGLNotNull(mglLabelObject))
+ {
+ const char *const text = "image text";
+ mglLabelObject(GL_TEXTURE, texture, strlen(text), text);
+ }
+*/
#endif
/*