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();
if (_enablePreview) {
glFinish();
auto startSwapTime = usecTimestampNow();
swapBuffers();
auto swapTime = usecTimestampNow() - startSwapTime;