diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-02-21 05:02:44 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-02-21 05:02:44 (GMT) |
commit | e3ecf26d45afd3511634a7e5d9e0e569c038f915 (patch) | |
tree | 4b0bcea1ed940cad9a685c644b813a6a772c2207 /src/OffscreenContextCGL.mm | |
parent | fc2d9341fac6948716b328b75f3366313bd2545a (diff) |
obj_rot + obj_trans -> Eigen::Vector. simplify glinfo dialog box.
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)) { |