Show More
Commit Description:
Fix bug in Options window....
Commit Description:
Fix bug in Options window. Options window was crashing, possibly due to an ImGui upgrade.
File last commit:
Show/Diff file:
Action:
ImGui.NET/Generated/ImGuiSortDirection.gen.cs
9 lines | 135 B | text/x-csharp | CSharpLexer
Include implot.
r505 namespace ImGuiNET
{
public enum ImGuiSortDirection
{
None = 0,
Ascending = 1,
Descending = 2,
}
}