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/ImDrawListFlags.gen.cs
12 lines | 227 B | text/x-csharp | CSharpLexer
namespace ImGuiNET
{
[System.Flags]
public enum ImDrawListFlags
{
None = 0,
AntiAliasedLines = 1,
AntiAliasedLinesUseTex = 2,
AntiAliasedFill = 4,
AllowVtxOffset = 8,
}
}