mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 17:03:58 +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
|
||||
delete idleTimer;
|
||||
|
||||
Menu::getInstance()->saveSettings();
|
||||
_rearMirrorTools->saveSettings(_settings);
|
||||
|
||||
_sharedVoxelSystem.changeTree(new VoxelTree);
|
||||
if (_voxelImporter) {
|
||||
_voxelImporter->saveSettings(_settings);
|
||||
delete _voxelImporter;
|
||||
}
|
||||
_settings->sync();
|
||||
|
||||
saveSettings();
|
||||
|
||||
delete _voxelImporter;
|
||||
|
||||
// let the avatar mixer know we're out
|
||||
MyAvatar::sendKillAvatar();
|
||||
|
|
Loading…
Reference in a new issue