Show More
Commit Description:
Remove async keyword...
Commit Description:
Remove async keyword For some reason, this is suddenly becoming problematic. I honestly don't remember why I added this. Weird!
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,
}
}