mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +02:00
Remove glfinish
This commit is contained in:
parent
9cd1d69f1e
commit
619158b6f2
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue