mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 01:53:10 +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;
|
int audioMeterY;
|
||||||
bool smallMirrorVisible = Menu::getInstance()->isOptionChecked(MenuOption::Mirror) && !OculusManager::isConnected();
|
bool smallMirrorVisible = Menu::getInstance()->isOptionChecked(MenuOption::Mirror) && !qApp->isHMDMode();
|
||||||
bool boxed = smallMirrorVisible &&
|
bool boxed = smallMirrorVisible &&
|
||||||
!Menu::getInstance()->isOptionChecked(MenuOption::FullscreenMirror);
|
!Menu::getInstance()->isOptionChecked(MenuOption::FullscreenMirror);
|
||||||
if (boxed) {
|
if (boxed) {
|
||||||
|
|
Loading…
Reference in a new issue