diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-01-26 22:18:31 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-01-26 22:19:14 (GMT) |
commit | f17a282220903d7bb494deae046d3e786ef6b1ca (patch) | |
tree | d27af52db52fec9c931caf049cfd212ce576e620 /src/fbo.cc | |
parent | c133ae3b7d7f780d440b74dabe36cff355d9e30c (diff) |
cleanups. and restore accidentally deleted old system-gl.h
Diffstat (limited to 'src/fbo.cc')
-rw-r--r-- | src/fbo.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ bool check_fbo_status() else if (status == GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT) cerr << "GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT\n"; else - cerr << "Unknown Code: glCheckFramebufferStatusEXT returned:" <<status <<"\n"; + cerr << "Unknown Code: glCheckFramebufferStatusEXT returned:" << status <<"\n"; return result; } |