diff options
Diffstat (limited to 'src/OffscreenContextCGL.mm')
-rw-r--r-- | src/OffscreenContextCGL.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OffscreenContextCGL.mm b/src/OffscreenContextCGL.mm index 76c5418..76738aa 100644 --- a/src/OffscreenContextCGL.mm +++ b/src/OffscreenContextCGL.mm @@ -83,7 +83,7 @@ OffscreenContext *create_offscreen_context(int w, int h) std::cerr << "Unable to init GLEW: " << glewGetErrorString(err) << std::endl; return NULL; } - glew_dump(false); + glew_dump(); ctx->fbo = fbo_new(); if (!fbo_init(ctx->fbo, w, h)) { |