mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Fix unused variable warning
This commit is contained in:
parent
ab4bef7d55
commit
1ca1f98034
1 changed files with 0 additions and 1 deletions
|
@ -191,7 +191,6 @@ void OverlayConductor::setEnabled(bool enabled) {
|
|||
_prevOverlayMenuChecked = _enabled;
|
||||
|
||||
// if the new state is visible/enabled...
|
||||
MyAvatar* myAvatar = DependencyManager::get<AvatarManager>()->getMyAvatar();
|
||||
if (_enabled && qApp->isHMDMode()) {
|
||||
centerUI();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue