Merge pull request #6311 from jherico/marge

Fix crash in Oculus simulator
This commit is contained in:
samcake 2015-11-05 00:57:05 -08:00
commit dba6031703

View file

@ -25,7 +25,7 @@ bool OculusDebugDisplayPlugin::isSupported() const {
}
void OculusDebugDisplayPlugin::customizeContext() {
WindowOpenGLDisplayPlugin::customizeContext();
OculusBaseDisplayPlugin::customizeContext();
enableVsync(false);
}