mirror of
https://github.com/glest/glest-source.git
synced 2025-08-30 03:09:49 +02:00
- bugfix for proper thread shutdown which caused a number of crashes when navigating menus
This commit is contained in:
@@ -36,7 +36,7 @@ protected:
|
||||
|
||||
public:
|
||||
BaseThread();
|
||||
~BaseThread();
|
||||
virtual ~BaseThread();
|
||||
virtual void execute()=0;
|
||||
|
||||
virtual void signalQuit();
|
||||
|
Reference in New Issue
Block a user