Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit a1198f3

Browse files
authored
Update CacheColor.cs
1 parent 04248a8 commit a1198f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CachedObjects/Struct/CacheColor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ private void SetValueFromInput()
106106
&& float.TryParse(b, out float fB)
107107
&& float.TryParse(a, out float fA))
108108
{
109-
Value = new Color(fR, fB, fG, fA);
109+
Value = new Color(fR, fG, fB, fA);
110110
SetValue();
111111
}
112112
}

0 commit comments

Comments
 (0)