fix build

This commit is contained in:
Max Argus
2018-07-12 20:24:15 +02:00
parent 9328d0bb5f
commit 1b95961617
3 changed files with 5 additions and 5 deletions

View File

@@ -483,8 +483,8 @@ int Mac_createWindow(struct MacOpenGLWindowInternalData* m_internalData,struct M
[m_internalData->m_myApp finishLaunching];
[pool release];
if(!gladLoadGLInternalLoader()) {
printf("gladLoadGLInternalLoader failed!\n");
if(!gladLoaderLoadGL()) {
printf("gladLoaderLoadGL failed!\n");
exit(-1);
}