diff --git a/src/DotRecast.Recast.Demo/Tools/CrowdAgentProfilingSampleTool.cs b/src/DotRecast.Recast.Demo/Tools/CrowdAgentProfilingSampleTool.cs index b48599b..b682662 100644 --- a/src/DotRecast.Recast.Demo/Tools/CrowdAgentProfilingSampleTool.cs +++ b/src/DotRecast.Recast.Demo/Tools/CrowdAgentProfilingSampleTool.cs @@ -118,8 +118,8 @@ public class CrowdAgentProfilingSampleTool : ISampleTool ImGui.Text($"{rtt.Key}: {rtt.Micros} us"); } + ImGui.Text($"Sampling Time: {_tool.GetCrowdUpdateSamplingTime()} ms"); ImGui.Text($"Current Update Time: {_tool.GetCrowdUpdateTime()} ms"); - ImGui.Text($"Sampling Update Time: {_tool.GetCrowdUpdateSamplingTime()} ms"); ImGui.Text($"Avg Update Time: {_tool.GetCrowdUpdateAvgTime()} ms"); ImGui.Text($"Max Update Time: {_tool.GetCrowdUpdateMaxTime()} ms"); ImGui.Text($"Min Update Time: {_tool.GetCrowdUpdateMinTime()} ms");