Stop the menu from breaking on leaving HMD mode

This commit is contained in:
Bradley Austin Davis 2015-04-02 10:16:52 -07:00
parent 91b38785ea
commit fb2b1204db

View file

@ -184,8 +184,8 @@ void HMDToolsDialog::leaveHDMMode() {
_switchModeButton->setText("Enter HMD Mode");
_debugDetails->setText(getDebugDetails());
Application::getInstance()->setFullscreen(false);
Application::getInstance()->setEnableVRMode(false);
Application::getInstance()->setFullscreen(false);
Application::getInstance()->getWindow()->activateWindow();
if (_wasMoved) {