mirror of
https://github.com/glest/glest-source.git
synced 2025-08-16 21:33:59 +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;
|
Mutex *factionMutexPrecache;
|
||||||
public:
|
public:
|
||||||
FactionState() :
|
FactionState() :
|
||||||
factionMutexPrecache(new Mutex) {
|
//factionMutexPrecache(new Mutex) {
|
||||||
|
factionMutexPrecache(NULL) {
|
||||||
|
|
||||||
openPosList.clear();
|
openPosList.clear();
|
||||||
openNodesList.clear();
|
openNodesList.clear();
|
||||||
|
Reference in New Issue
Block a user