diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 0a49afa95f..1a4d2db83e 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -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();