mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 19:52:26 +02:00
Fix MS14925: Don't double-call signal for display plugin change
This commit is contained in:
parent
082c1fce52
commit
6869718025
1 changed files with 0 additions and 1 deletions
|
@ -8041,7 +8041,6 @@ void Application::switchDisplayMode() {
|
||||||
setActiveDisplayPlugin(DESKTOP_DISPLAY_PLUGIN_NAME);
|
setActiveDisplayPlugin(DESKTOP_DISPLAY_PLUGIN_NAME);
|
||||||
startHMDStandBySession();
|
startHMDStandBySession();
|
||||||
}
|
}
|
||||||
emit activeDisplayPluginChanged();
|
|
||||||
}
|
}
|
||||||
_previousHMDWornStatus = currentHMDWornStatus;
|
_previousHMDWornStatus = currentHMDWornStatus;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue