mirror of
https://github.com/glest/glest-source.git
synced 2025-08-14 04:13:58 +02:00
attempt to see if removing this mutex is stable and improves performance
This commit is contained in:
@@ -91,7 +91,8 @@ public:
|
||||
Mutex *factionMutexPrecache;
|
||||
public:
|
||||
FactionState() :
|
||||
factionMutexPrecache(new Mutex) {
|
||||
//factionMutexPrecache(new Mutex) {
|
||||
factionMutexPrecache(NULL) {
|
||||
|
||||
openPosList.clear();
|
||||
openNodesList.clear();
|
||||
|
Reference in New Issue
Block a user