forked from townforge/townforge
game: remove notification on stop
This will error out creating a texture as display is dead already
This commit is contained in:
parent
7e319d4849
commit
32ead59828
@ -2716,7 +2716,6 @@ void CryptoCityUrho3D::Stop()
|
||||
config_watcher.StopWatching();
|
||||
if (wallet)
|
||||
{
|
||||
ui->AddNotification("Saving...");
|
||||
try { wallet->save(); }
|
||||
catch (const std::exception &e) {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user