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