We need to sync in order to ensure that the settings are saved.

This commit is contained in:
Andrzej Kapolka 2013-06-06 18:25:16 -07:00
parent acc8efa026
commit 26de3028fa

View file

@ -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() {