mirror of
https://github.com/glest/glest-source.git
synced 2025-08-16 05:13:59 +02:00
Fixed button-mouse area bug
This commit is contained in:
@@ -197,7 +197,10 @@ namespace Shared {
|
||||
//sleep(100);
|
||||
|
||||
MutexSafeWrapper safeMutex(cleanupThreadMutex.get());
|
||||
cleanupThread.reset(0);
|
||||
try {
|
||||
cleanupThread.reset(0);
|
||||
} catch (...) {
|
||||
}
|
||||
//printf("In Thread::shutdownThreads Line: %d\n",__LINE__);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user