Changed: Instead of forcing VSYNC, get initial value
This commit is contained in:
parent
7bf7b27b57
commit
8d7cf7eb7c
1 changed files with 2 additions and 2 deletions
|
@ -676,8 +676,8 @@ bool CDriverGL::setupDisplay()
|
|||
}
|
||||
#endif
|
||||
|
||||
// Reset the vbl interval
|
||||
setSwapVBLInterval(_Interval);
|
||||
// Get initial VBL interval
|
||||
_Interval = getSwapVBLInterval();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue