Remove contact pooling cvars (#13054)

This commit is contained in:
metalgearsloth 2022-12-26 10:56:49 +11:00 committed by GitHub
parent 1bc3e2164f
commit 54d3f0ee4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -49,12 +49,6 @@ public static class PoolManager
(CCVars.NetPVS.Name, "false", true),
(CCVars.NPCMaxUpdates.Name, "999999", true),
(CCVars.SysWinTickPeriod.Name, "0", true),
(CCVars.ContactMinimumThreads.Name, "1", true),
(CCVars.ContactMultithreadThreshold.Name, "999", true),
(CCVars.PositionConstraintsMinimumThread.Name, "1", true),
(CCVars.PositionConstraintsPerThread.Name, "999", true),
(CCVars.VelocityConstraintMinimumThreads.Name, "1", true),
(CCVars.VelocityConstraintsPerThread.Name, "999", true),
(CCVars.ThreadParallelCount.Name, "1", true),
(CCVars.GameRoleTimers.Name, "false", false),
};