提交 fee0d9a8 编写于 作者: Z Zachary Lund

Minor style fixup

上级 8df5293b
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册