mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Instead of forcing VSYNC, get initial value
--HG-- branch : develop
This commit is contained in:
parent
eea1bbb0e2
commit
ae7fa4da2e
1 changed files with 2 additions and 2 deletions
|
@ -676,8 +676,8 @@ bool CDriverGL::setupDisplay()
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Reset the vbl interval
|
// Get initial VBL interval
|
||||||
setSwapVBLInterval(_Interval);
|
_Interval = getSwapVBLInterval();
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue