Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Fix for the GetStyleColorVec4. Adds to #29
Browse files Browse the repository at this point in the history
  • Loading branch information
antongit committed Sep 2, 2022
1 parent 5724223 commit e7859c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VL.ImGui/Widgets/Queries/GetStyleColorVec4.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace VL.ImGui.Widgets
[GenerateNode(Category = "ImGui.Queries")]
internal partial class GetStyleColor : Widget
{
public ImGuiNET.ImGuiCol Flag { get; private set; }
public ImGuiNET.ImGuiCol Flag { private get; set; }

public Color4 Value { get; private set; }

Expand Down

0 comments on commit e7859c2

Please sign in to comment.