mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 19:04:32 +02:00
We need to sync in order to ensure that the settings are saved.
This commit is contained in:
parent
acc8efa026
commit
26de3028fa
1 changed files with 3 additions and 1 deletions
|
@ -2553,7 +2553,9 @@ void Application::saveSettings(QSettings* set) {
|
|||
|
||||
set->setValue("headCameraPitchYawScale", _headCameraPitchYawScale);
|
||||
scanMenuBar(&Application::saveAction, set);
|
||||
getAvatar()->saveData(set);
|
||||
getAvatar()->saveData(set);
|
||||
|
||||
set->sync();
|
||||
}
|
||||
|
||||
void Application::importSettings() {
|
||||
|
|
Loading…
Reference in a new issue