mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-01 19:13:03 +08:00
Update CacheColor.cs
This commit is contained in:
@ -106,7 +106,7 @@ namespace Explorer
|
|||||||
&& float.TryParse(b, out float fB)
|
&& float.TryParse(b, out float fB)
|
||||||
&& float.TryParse(a, out float fA))
|
&& float.TryParse(a, out float fA))
|
||||||
{
|
{
|
||||||
Value = new Color(fR, fB, fG, fA);
|
Value = new Color(fR, fG, fB, fA);
|
||||||
SetValue();
|
SetValue();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user