1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 12:57:36 +08:00

Fix unlit initial state of the OnScreenDisplay

This commit is contained in:
MrTheMake 2017-08-17 18:46:16 +02:00
parent 4ad99a2464
commit 6118209200

View File

@ -258,7 +258,10 @@ namespace osu.Game.Overlays
Type = EdgeEffectType.Glow,
Radius = 8,
};
}
protected override void LoadComplete()
{
updateGlow();
FinishTransforms(true);
}