소스 검색

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

Ivan Savenko 10 달 전
부모
커밋
d2fbb64b79
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      client/gui/CGuiHandler.cpp

+ 0 - 1
client/gui/CGuiHandler.cpp

@@ -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();
 }