Changed: Instead of forcing VSYNC, get initial value

--HG--
branch : develop
This commit is contained in:
kervala 2016-05-27 22:15:58 +02:00
parent eea1bbb0e2
commit ae7fa4da2e

View file

@ -676,8 +676,8 @@ bool CDriverGL::setupDisplay()
}
#endif
// Reset the vbl interval
setSwapVBLInterval(_Interval);
// Get initial VBL interval
_Interval = getSwapVBLInterval();
return true;
}