Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
glew1.8 debug build fix
  • Loading branch information
degasus committed Apr 24, 2013
1 parent 87331fc commit 673d256
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/Plugins/Plugin_VideoOGL/Src/Render.cpp
Expand Up @@ -68,6 +68,10 @@
#include <wx/image.h>
#endif

// glew1.8 doesn't define KHR_debug
#ifndef GL_DEBUG_OUTPUT
#define GL_DEBUG_OUTPUT 0x92E0
#endif


void VideoConfig::UpdateProjectionHack()
Expand Down

0 comments on commit 673d256

Please sign in to comment.