mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
SDL support for glad
This commit is contained in:
parent
8fc96e8744
commit
cfb3ad598f
2 changed files with 5 additions and 8 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue