We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 352d6b7 commit b0aaaedCopy full SHA for b0aaaed
src/main/kotlin/com/lambda/gui/dsl/ImGuiBuilder.kt
@@ -1072,7 +1072,7 @@ object ImGuiBuilder {
1072
val components = col.getComponents(default)
1073
1074
if (ImGui.colorEdit4(label, components)) {
1075
- val (r, b, g, a) = components
+ val (r, g, b, a) = components
1076
1077
color.set(Color(r, g, b, a))
1078
block(col)
@@ -1102,7 +1102,7 @@ object ImGuiBuilder {
1102
1103
1104
if (colorPicker4(label, components, flags)) {
1105
1106
1107
1108
0 commit comments