Skip to content

Commit

Permalink
Drop out-of-bounds Color vector in Style
Browse files Browse the repository at this point in the history
The native `COUNT` member in the relevant enum is supposed to make
the array declaration easier and doesn't actually exist as a member.
Oops.
  • Loading branch information
Fayti1703 committed Mar 10, 2023
1 parent 91a2262 commit fffbf59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ImGuizmo.NET/Style.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ public struct Style {
public Vector4 ColorHatchedAxisLines;
public Vector4 ColorText;
public Vector4 ColorTextShadow;
public Vector4 ColorCount;
}

0 comments on commit fffbf59

Please sign in to comment.