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:
parent
4ad99a2464
commit
6118209200
@ -258,7 +258,10 @@ namespace osu.Game.Overlays
|
||||
Type = EdgeEffectType.Glow,
|
||||
Radius = 8,
|
||||
};
|
||||
}
|
||||
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
updateGlow();
|
||||
FinishTransforms(true);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user