mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-17 21:11:39 +00:00
Changed: #1145 Implement VSync under Linux
This commit is contained in:
parent
28ca970158
commit
b0141b67e5
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