mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 19:41:20 +02:00
Merge pull request #6311 from jherico/marge
Fix crash in Oculus simulator
This commit is contained in:
commit
dba6031703
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