Fix avatar not fading out

This commit is contained in:
Atlante45 2014-08-06 12:14:36 -07:00
parent c384abedcc
commit de8c7fb204

View file

@ -41,7 +41,7 @@ void AvatarManager::init() {
} }
void AvatarManager::updateOtherAvatars(float deltaTime) { void AvatarManager::updateOtherAvatars(float deltaTime) {
if (_avatarHash.size() < 2) { if (_avatarHash.size() < 2 && _avatarFades.isEmpty()) {
return; return;
} }
bool showWarnings = Menu::getInstance()->isOptionChecked(MenuOption::PipelineWarnings); bool showWarnings = Menu::getInstance()->isOptionChecked(MenuOption::PipelineWarnings);