mirror of
https://github.com/overte-org/overte.git
synced 2025-08-16 16:52:27 +02:00
Stop the menu from breaking on leaving HMD mode
This commit is contained in:
parent
91b38785ea
commit
fb2b1204db
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue