simply lightmanager and fix racey behavior

This commit is contained in:
glassmancody.info 2021-11-18 19:40:13 -08:00
parent 4fbbb67e98
commit 750514cda2
4 changed files with 274 additions and 348 deletions

View file

@ -1069,8 +1069,6 @@ void OMW::Engine::go()
// Save user settings
settings.saveUser(settingspath);
mViewer->stopThreading();
Log(Debug::Info) << "Quitting peacefully.";
}