mirror of
https://github.com/glest/glest-source.git
synced 2025-09-26 15:39:21 +02:00
- another attempt to have thread stability
This commit is contained in:
@@ -25,7 +25,7 @@ Thread::Thread() {
|
||||
|
||||
Thread::~Thread() {
|
||||
if(thread != NULL) {
|
||||
SDL_WaitThread(thread, NULL);
|
||||
//SDL_WaitThread(thread, NULL);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user