mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-15 13:06:27 -04:00
Minor style fixup
This commit is contained in:
@@ -69,9 +69,9 @@ static void gl_enable_debug()
|
||||
|
||||
if (GLEW_VERSION_4_0)
|
||||
glDebugMessageCallback(gl_debug_proc, NULL);
|
||||
else if (GLEW_ARB_debug_output) {
|
||||
else if (GLEW_ARB_debug_output)
|
||||
glDebugMessageCallbackARB(gl_debug_proc, NULL);
|
||||
} else {
|
||||
else {
|
||||
blog(LOG_DEBUG, "Failed to set GL debug callback as it is not supported.");
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user