Remove glfinish

This commit is contained in:
Brad Davis 2016-08-04 19:09:50 -07:00
parent 9cd1d69f1e
commit 619158b6f2

View file

@ -177,7 +177,6 @@ void HmdDisplayPlugin::internalPresent() {
hmdPresent(); hmdPresent();
if (_enablePreview) { if (_enablePreview) {
glFinish();
auto startSwapTime = usecTimestampNow(); auto startSwapTime = usecTimestampNow();
swapBuffers(); swapBuffers();
auto swapTime = usecTimestampNow() - startSwapTime; auto swapTime = usecTimestampNow() - startSwapTime;