Changed: Instead of forcing VSYNC, get initial value

--HG--
branch : develop
hg/compatibility-develop
kervala 9 years ago
parent eea1bbb0e2
commit ae7fa4da2e

@ -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…
Cancel
Save