mirror of
https://github.com/lubosz/overte.git
synced 2025-04-27 13:55:26 +02:00
Fix avatar not fading out
This commit is contained in:
parent
c384abedcc
commit
de8c7fb204
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ void AvatarManager::init() {
|
|||
}
|
||||
|
||||
void AvatarManager::updateOtherAvatars(float deltaTime) {
|
||||
if (_avatarHash.size() < 2) {
|
||||
if (_avatarHash.size() < 2 && _avatarFades.isEmpty()) {
|
||||
return;
|
||||
}
|
||||
bool showWarnings = Menu::getInstance()->isOptionChecked(MenuOption::PipelineWarnings);
|
||||
|
|
Loading…
Reference in a new issue