mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 19:16:56 +02:00
Fix crash in Oculus simulator
This commit is contained in:
parent
f4cc8c4c2e
commit
4dec31d524
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ bool OculusDebugDisplayPlugin::isSupported() const {
|
||||||
}
|
}
|
||||||
|
|
||||||
void OculusDebugDisplayPlugin::customizeContext() {
|
void OculusDebugDisplayPlugin::customizeContext() {
|
||||||
WindowOpenGLDisplayPlugin::customizeContext();
|
OculusBaseDisplayPlugin::customizeContext();
|
||||||
enableVsync(false);
|
enableVsync(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue