mirror of
https://github.com/glest/glest-source.git
synced 2025-09-27 16:09:00 +02:00
- bugfix for transifex tutorial download files now loaded into UI
- updated each thread to provide its name
This commit is contained in:
@@ -48,7 +48,8 @@ protected:
|
||||
return false;
|
||||
}
|
||||
public:
|
||||
ThreadGarbageCollector() : BaseThread() {
|
||||
ThreadGarbageCollector() : BaseThread() {
|
||||
uniqueID = "ThreadGarbageCollector";
|
||||
removeThreadFromList();
|
||||
}
|
||||
virtual ~ThreadGarbageCollector() {
|
||||
|
Reference in New Issue
Block a user