Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix opengl debug build on win32
  • Loading branch information
degasus committed Jun 27, 2013
1 parent a92f6f6 commit 72d49e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Plugins/Plugin_VideoOGL/Src/Render.cpp
Expand Up @@ -217,7 +217,7 @@ void ApplySSAASettings() {
#endif
}

void ErrorCallback( GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const char* message, void* userParam)
void GLAPIENTRY ErrorCallback( GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const char* message, void* userParam)
{
// GLES3 doesn't natively support this
// XXX: Include GLES2 extensions header so we can use this
Expand Down

0 comments on commit 72d49e0

Please sign in to comment.