Try to work around the currently reported build problem by travis.

This commit is contained in:
hiker
2014-03-18 21:17:40 +11:00
parent ce12ebe9ce
commit 2173ae8280

View File

@@ -200,7 +200,7 @@ void initGL()
#endif
#endif
#ifdef ARB_DEBUG_OUTPUT
glDebugMessageCallbackARB((GLDEBUGPROCARB)debugCallback, NULL);
// FIXME!!! glDebugMessageCallbackARB((GLDEBUGPROCARB)debugCallback, NULL);
#endif
}