mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
Fix typo in AvatarManager::clearAllAvatars
This commit is contained in:
parent
790e325248
commit
c87eec4182
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ public:
|
|||
void updateOtherAvatars(float deltaTime);
|
||||
|
||||
void clearOtherAvatars();
|
||||
void clearAllAvatar();
|
||||
void clearAllAvatars();
|
||||
|
||||
bool shouldShowReceiveStats() const { return _shouldShowReceiveStats; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue