mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
fix typo
This commit is contained in:
parent
329ec84104
commit
cbda905e3b
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue