1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-03-21 21:17:49 +02:00

Revert previous commit - seems to be causing more crashes than it fixes

This commit is contained in:
Ivan Savenko 2025-02-03 11:43:14 +00:00
parent 1421db13ea
commit d2fbb64b79

@ -134,7 +134,6 @@ CGuiHandler::~CGuiHandler()
// enforce deletion order on shutdown
// all UI elements including adventure map must be destroyed before Gui Handler
// proper solution would be removal of adventureInt global
windowHandlerInstance->clear();
adventureInt.reset();
}