This commit is contained in:
Andrew Meadows 2018-12-14 15:33:37 -08:00
parent 329ec84104
commit cbda905e3b

View file

@ -2460,7 +2460,7 @@ void Application::updateHeartbeat() const {
void Application::onAboutToQuit() {
// quickly save AvatarEntityData before the EntityTree is dismantled
getMyAvatar()->saveAvatarDataToSettings();
getMyAvatar()->saveAvatarEntityDataToSettings();
emit beforeAboutToQuit();