PVS fixes & cleanup (#4793)

* PVS fixes & cleanup

* More cleanup

* Move `CacheGlobalOverrides()` onto the main thread
This commit is contained in:
Leon Friedrich
2024-01-01 04:06:47 -05:00
committed by GitHub
parent 9f013534b3
commit 8accbc700a
10 changed files with 113 additions and 132 deletions

View File

@@ -190,7 +190,8 @@ public class RecursiveMoveBenchmark : RobustIntegrationTest
private void PvsTick()
{
_session.ClearState();
_pvs.GetVisibleChunks(_players);
_pvs.CacheSessionData(_players);
_pvs.GetVisibleChunks();
_pvs.ProcessVisibleChunksSequential();
}