diff options
Diffstat (limited to 'cc/gl_renderer.h')
-rw-r--r-- | cc/gl_renderer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/gl_renderer.h b/cc/gl_renderer.h index caf7495..58ba1f0 100644 --- a/cc/gl_renderer.h +++ b/cc/gl_renderer.h @@ -223,7 +223,7 @@ private: // will significantly degrade performance. #define DEBUG_GL_CALLS 0 -#if DEBUG_GL_CALLS && !defined ( NDEBUG ) +#if DEBUG_GL_CALLS && !defined(NDEBUG) #define GLC(context, x) (x, CCRendererGL::debugGLCall(&*context, #x, __FILE__, __LINE__)) #else #define GLC(context, x) (x) |