Commit 1b859396 authored by SherryChaos's avatar SherryChaos

Bug Fix: ItemAppearance show white when load

parent a2364503
......@@ -498,12 +498,6 @@ namespace MDPro3.UI
Destroy(premiumOverlayIcon.gameObject);
premiumOverlayIcon = null;
}
if (Icon != null)
{
var c = Icon.color;
c.a = 1f;
Icon.color = c;
}
}
private Image CreateOverlayIcon()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment