SDL support for glad

This commit is contained in:
Jeff Hutchinson 2016-09-11 21:59:48 -04:00
parent 8fc96e8744
commit cfb3ad598f
2 changed files with 5 additions and 8 deletions

View file

@ -68,11 +68,6 @@ namespace PlatformGL
Con::printf( err );
AssertFatal(0, err );
}
#ifdef TORQUE_OS_WIN
// JTH: Update the internals of epoxy on windows.
epoxy_handle_external_wglMakeCurrent();
#endif
}
void setVSync(const int i)