mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Removing another reference to oculus manager
This commit is contained in:
parent
351246fac1
commit
3c10d29d53
1 changed files with 1 additions and 1 deletions
|
@ -820,7 +820,7 @@ void ApplicationOverlay::renderCameraToggle() {
|
|||
}
|
||||
|
||||
int audioMeterY;
|
||||
bool smallMirrorVisible = Menu::getInstance()->isOptionChecked(MenuOption::Mirror) && !OculusManager::isConnected();
|
||||
bool smallMirrorVisible = Menu::getInstance()->isOptionChecked(MenuOption::Mirror) && !qApp->isHMDMode();
|
||||
bool boxed = smallMirrorVisible &&
|
||||
!Menu::getInstance()->isOptionChecked(MenuOption::FullscreenMirror);
|
||||
if (boxed) {
|
||||
|
|
Loading…
Reference in a new issue