mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 14:03:17 +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();
|
||||
|
||||
if (_enablePreview) {
|
||||
glFinish();
|
||||
auto startSwapTime = usecTimestampNow();
|
||||
swapBuffers();
|
||||
auto swapTime = usecTimestampNow() - startSwapTime;
|
||||
|
|
Loading…
Reference in a new issue