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

@@ -84,8 +84,8 @@ void Win32OpenGLWindow::createWindow(const b3gWindowConstructionInfo& ci)
//VideoDriver = video::createOpenGLDriver(CreationParams, FileSystem, this);
enableOpenGL();
if(!gladLoadGLInternalLoader()) {
printf("gladLoadGLInternalLoader failed!\n");
if(!gladLoaderLoadGL()) {
printf("gladLoaderLoadGL failed!\n");
exit(-1);
}