populate GL extensions on linux too :)

This commit is contained in:
Baldur Karlsson
2014-06-19 16:31:44 +01:00
parent 75495bda38
commit 90ffbf6537
+2
View File
@@ -346,6 +346,8 @@ Bool glXMakeCurrent(Display *dpy, GLXDrawable drawable, GLXContext ctx)
OpenGLHook::glhooks.GetDriver()->ActivateContext((void *)drawable, ctx);
OpenGLHook::glhooks.GetRealFunctions();
return ret;
}