Skip to content

Commit

Permalink
Tweak the last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Jul 8, 2018
1 parent bf5142a commit 109427e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ivis_opengl/screen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ bool screenInitialise()

if (khr_debug)
{
glDebugMessageCallback((GLDEBUGPROC)khr_callback, nullptr);
glDebugMessageCallback(khr_callback, nullptr);
glEnable(GL_DEBUG_OUTPUT);
// Do not want to output notifications. Some drivers spam them too much.
glDebugMessageControl(GL_DONT_CARE, GL_DONT_CARE, GL_DEBUG_SEVERITY_NOTIFICATION, 0, nullptr, GL_FALSE);
Expand Down

0 comments on commit 109427e

Please sign in to comment.