From cbda905e3b3541f154ffe1c5298ac6606e41b8f1 Mon Sep 17 00:00:00 2001 From: Andrew Meadows Date: Fri, 14 Dec 2018 15:33:37 -0800 Subject: [PATCH] fix typo --- interface/src/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();