1 parent a05e761 commit 40125acCopy full SHA for 40125ac
1 file changed
src/main.cpp
@@ -33,7 +33,7 @@ void log_opengl_debug(GLenum source, GLenum type, GLuint id, GLenum severity,
33
"OpenGL Debug msg: Source: {}, Type: {}, Id: {}, Severity: {}, Message: {}",
34
source, type, id, severity, std::string(message)
35
);
36
-#if !defined(__APPLE__)
+#ifdef WIN32
37
DebugBreak();
38
#endif
39
}
0 commit comments