summaryrefslogtreecommitdiffstats
path: root/src/core/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/main.h')
-rw-r--r--src/core/main.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/main.h b/src/core/main.h
index 787d4f52..60ccc116 100644
--- a/src/core/main.h
+++ b/src/core/main.h
@@ -4,6 +4,8 @@
#define PUSH_RENDERGROUP(str) glPushDebugGroup(GL_DEBUG_SOURCE_APPLICATION, 0, -1, str)
#define POP_RENDERGROUP() glPopDebugGroup()
#else
+#define PUSH_RENDERGROUP(str)
+#define POP_RENDERGROUP()
#endif
struct GlobalScene