mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:43:49 +02:00
Remove unused local
This commit is contained in:
parent
fc9b270951
commit
402573dbf1
1 changed files with 0 additions and 1 deletions
|
@ -68,7 +68,6 @@ void OverlayConductor::updateMode() {
|
|||
|
||||
Mode newMode;
|
||||
if (qApp->isHMDMode()) {
|
||||
MyAvatar* myAvatar = DependencyManager::get<AvatarManager>()->getMyAvatar();
|
||||
newMode = SITTING;
|
||||
} else {
|
||||
newMode = FLAT;
|
||||
|
|
Loading…
Reference in a new issue