Implement custom ruleset config. (Amend)
This commit is contained in:
@@ -686,6 +686,7 @@ namespace Cryville.Crtr {
|
|||||||
pruleset = ruleset.Root;
|
pruleset = ruleset.Root;
|
||||||
pruleset.Optimize(PdtEvaluator.Instance);
|
pruleset.Optimize(PdtEvaluator.Instance);
|
||||||
}
|
}
|
||||||
|
PdtEvaluator.Instance.ContextRulesetConfig = new RulesetConfigStore(pruleset.configs, _rscfg.configs);
|
||||||
RMVPool.Shared = new RMVPool();
|
RMVPool.Shared = new RMVPool();
|
||||||
MotionCachePool.Shared = new MotionCachePool();
|
MotionCachePool.Shared = new MotionCachePool();
|
||||||
MotionNodePool.Shared = new MotionNodePool();
|
MotionNodePool.Shared = new MotionNodePool();
|
||||||
|
|||||||
Reference in New Issue
Block a user