game: remove notification on stop

This will error out creating a texture as display is dead already
This commit is contained in:
Crypto City 2021-08-30 15:19:31 +00:00
parent 7e319d4849
commit 32ead59828

View File

@ -2716,7 +2716,6 @@ void CryptoCityUrho3D::Stop()
config_watcher.StopWatching();
if (wallet)
{
ui->AddNotification("Saving...");
try { wallet->save(); }
catch (const std::exception &e) {}
}