mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 13:38:02 +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() {
|
void Application::onAboutToQuit() {
|
||||||
// quickly save AvatarEntityData before the EntityTree is dismantled
|
// quickly save AvatarEntityData before the EntityTree is dismantled
|
||||||
getMyAvatar()->saveAvatarDataToSettings();
|
getMyAvatar()->saveAvatarEntityDataToSettings();
|
||||||
|
|
||||||
emit beforeAboutToQuit();
|
emit beforeAboutToQuit();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue