Fix typo in AvatarManager::clearAllAvatars

This commit is contained in:
Zach Pomerantz 2016-04-18 14:45:33 -07:00
parent 790e325248
commit c87eec4182

View file

@ -45,7 +45,7 @@ public:
void updateOtherAvatars(float deltaTime);
void clearOtherAvatars();
void clearAllAvatar();
void clearAllAvatars();
bool shouldShowReceiveStats() const { return _shouldShowReceiveStats; }