Skip to content

Commit 109427e

Browse files
committedJul 8, 2018
Tweak the last commit
1 parent bf5142a commit 109427e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/ivis_opengl/screen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ bool screenInitialise()
332332

333333
if (khr_debug)
334334
{
335-
glDebugMessageCallback((GLDEBUGPROC)khr_callback, nullptr);
335+
glDebugMessageCallback(khr_callback, nullptr);
336336
glEnable(GL_DEBUG_OUTPUT);
337337
// Do not want to output notifications. Some drivers spam them too much.
338338
glDebugMessageControl(GL_DONT_CARE, GL_DONT_CARE, GL_DEBUG_SEVERITY_NOTIFICATION, 0, nullptr, GL_FALSE);

0 commit comments

Comments
 (0)
Please sign in to comment.