Add PLATFORM_THREADS_LIMIT for maximum concurrency limiting
This commit is contained in:
@@ -790,7 +790,7 @@ private:
|
||||
int32 _skeletonNodesCount = 0;
|
||||
|
||||
// Per-thread context to allow async execution
|
||||
static ThreadLocal<AnimGraphContext, 64> Context;
|
||||
static ThreadLocal<AnimGraphContext> Context;
|
||||
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user