forked from mirror/DotRecast
typo
This commit is contained in:
parent
95d25d8572
commit
010876b86e
|
@ -0,0 +1,6 @@
|
|||
namespace DotRecast.Recast.Demo.Tools;
|
||||
|
||||
public class CrowdFlowTool
|
||||
{
|
||||
// ...
|
||||
}
|
|
@ -741,7 +741,7 @@ public class CrowdSampleTool : ISampleTool
|
|||
|
||||
ImGui.Text("Debug Draw");
|
||||
ImGui.Separator();
|
||||
ImGui.Checkbox("Show Prox Grid", ref toolParams.m_showGrid);
|
||||
ImGui.Checkbox("Show Proximity Grid", ref toolParams.m_showGrid);
|
||||
ImGui.Checkbox("Show Nodes", ref toolParams.m_showNodes);
|
||||
ImGui.Text($"Update Time: {crowdUpdateTime} ms");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue