Merge pull request #1994 from erwincoumans/master
Preparation to replicate parts of DeepMimic in plain PyBullet
This commit is contained in:
@@ -241,7 +241,7 @@ struct ThreadsafeCounter
|
||||
}
|
||||
};
|
||||
|
||||
static btITaskScheduler* gBtTaskScheduler;
|
||||
static btITaskScheduler* gBtTaskScheduler=0;
|
||||
static int gThreadsRunningCounter = 0; // useful for detecting if we are trying to do nested parallel-for calls
|
||||
static btSpinMutex gThreadsRunningCounterMutex;
|
||||
static ThreadsafeCounter gThreadCounter;
|
||||
|
||||
Reference in New Issue
Block a user