Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
fix last commit
  • Loading branch information
aap committed Feb 18, 2021
1 parent 996772f commit 146ad3b4a1ece09ebe0df3d3a479d60c4b4b22db
Showing with 2 additions and 0 deletions.
  1. +2 −0 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

0 comments on commit 146ad3b

Please sign in to comment.