From 06641c41c3fc4f1c88d914d1f26208e776a32b2a Mon Sep 17 00:00:00 2001 From: Lee Date: Mon, 3 Mar 2025 14:25:39 -0500 Subject: [PATCH] Fix typo "Spacial" to "Spatial" in tag-table.md The tag as shown in MicroProfiler is "frameStep/SpatialFilter" not "frameStep/SpacialFilter" --- content/en-us/studio/microprofiler/tag-table.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en-us/studio/microprofiler/tag-table.md b/content/en-us/studio/microprofiler/tag-table.md index 1cdb9039a..2e6803dac 100644 --- a/content/en-us/studio/microprofiler/tag-table.md +++ b/content/en-us/studio/microprofiler/tag-table.md @@ -344,7 +344,7 @@ When threads aren't actively performing tasks, they enter a sleep state, with ta Reduce the amount and complexity of physically simulated bodies. - Simulation/physicsSteppedTotal/physicsStepped/SpacialFilter/filterStep + Simulation/physicsSteppedTotal/physicsStepped/SpatialFilter/filterStep Updates simulation islands, arranging parts according to network ownership, local simulation. Islands are non-interacting groups of parts which can be simulated independently. Avoid setting network ownership frequently. Keep groups of parts far enough away from each other so they can be simulated separately.