mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 20:36:24 +02:00
Revert changes to call to saveSettings in Application
This commit is contained in:
parent
fa9e37daad
commit
8ee90715bd
1 changed files with 4 additions and 8 deletions
|
@ -370,15 +370,11 @@ Application::~Application() {
|
||||||
// make sure we don't call the idle timer any more
|
// make sure we don't call the idle timer any more
|
||||||
delete idleTimer;
|
delete idleTimer;
|
||||||
|
|
||||||
Menu::getInstance()->saveSettings();
|
|
||||||
_rearMirrorTools->saveSettings(_settings);
|
|
||||||
|
|
||||||
_sharedVoxelSystem.changeTree(new VoxelTree);
|
_sharedVoxelSystem.changeTree(new VoxelTree);
|
||||||
if (_voxelImporter) {
|
|
||||||
_voxelImporter->saveSettings(_settings);
|
saveSettings();
|
||||||
delete _voxelImporter;
|
|
||||||
}
|
delete _voxelImporter;
|
||||||
_settings->sync();
|
|
||||||
|
|
||||||
// let the avatar mixer know we're out
|
// let the avatar mixer know we're out
|
||||||
MyAvatar::sendKillAvatar();
|
MyAvatar::sendKillAvatar();
|
||||||
|
|
Loading…
Reference in a new issue