forked from mirror/DotRecast
add comment "Tick 'Keep Itermediate Results'"
This commit is contained in:
parent
17c1c18372
commit
97ffaf8700
|
@ -232,6 +232,12 @@ public class RcSettingsView : IRcView
|
||||||
DrawMode.Values.ForEach(dm => { ImGui.RadioButton(dm.Text, ref drawMode, dm.Idx); });
|
DrawMode.Values.ForEach(dm => { ImGui.RadioButton(dm.Text, ref drawMode, dm.Idx); });
|
||||||
ImGui.NewLine();
|
ImGui.NewLine();
|
||||||
|
|
||||||
|
ImGui.Separator();
|
||||||
|
ImGui.Text("Tick 'Keep Itermediate Results'");
|
||||||
|
ImGui.Text("rebuild some tiles to see");
|
||||||
|
ImGui.Text("more debug mode options.");
|
||||||
|
ImGui.NewLine();
|
||||||
|
|
||||||
ImGui.End();
|
ImGui.End();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue