mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
Changed: #1145 Implement VSync under Linux
This commit is contained in:
parent
dcb9e859c6
commit
84206f3937
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ bool CDriverGL::setupDisplay()
|
|||
registerWGlExtensions(_Extensions, _hDC);
|
||||
#elif defined(NL_OS_MAC)
|
||||
#elif defined(NL_OS_UNIX)
|
||||
registerGLXExtensions(_Extensions, _dpy, DefaultScreen(_dpy));
|
||||
registerGlXExtensions(_Extensions, _dpy, DefaultScreen(_dpy));
|
||||
#endif // NL_OS_WINDOWS
|
||||
|
||||
// Check required extensions!!
|
||||
|
|
Loading…
Reference in a new issue