Changed: Instead of forcing VSYNC, get initial value

This commit is contained in:
kervala 2016-05-27 22:15:58 +02:00
parent c024b18fbe
commit e107ca053d

View file

@ -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;
} }