Disabling OpenGL state checking.

This commit is contained in:
Jonathas Costa
2019-08-19 15:14:34 -04:00
parent d5615f089f
commit e65eb47466

View File

@@ -167,7 +167,7 @@ LoadingScreen = {
ShowNodeNames = true,
ShowProgressbar = false
}
CheckOpenGLState = true
CheckOpenGLState = false
LogEachOpenGLCall = false
ShutdownCountdown = 3