diff options
Diffstat (limited to 'src/OffscreenContextAll.hpp')
-rw-r--r-- | src/OffscreenContextAll.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/OffscreenContextAll.hpp b/src/OffscreenContextAll.hpp index b07cea0..b845114 100644 --- a/src/OffscreenContextAll.hpp +++ b/src/OffscreenContextAll.hpp @@ -62,7 +62,6 @@ OffscreenContext *create_offscreen_context_common(OffscreenContext *ctx) std::cerr << "Unable to init GLEW: " << glewGetErrorString(err) << "\n"; return NULL; } - //cerr << glew_dump(0); ctx->fbo = fbo_new(); if (!fbo_init(ctx->fbo, ctx->width, ctx->height)) { |