mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
PVS fixes & cleanup (#4793)
* PVS fixes & cleanup * More cleanup * Move `CacheGlobalOverrides()` onto the main thread
This commit is contained in:
@@ -190,7 +190,8 @@ public class RecursiveMoveBenchmark : RobustIntegrationTest
|
||||
private void PvsTick()
|
||||
{
|
||||
_session.ClearState();
|
||||
_pvs.GetVisibleChunks(_players);
|
||||
_pvs.CacheSessionData(_players);
|
||||
_pvs.GetVisibleChunks();
|
||||
_pvs.ProcessVisibleChunksSequential();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user