mirror of
https://github.com/ppy/osu.git
synced 2025-03-15 10:47:45 +08:00
Merge pull request #1127 from MrTheMake/onscreendisplay-fix
Fix unlit initial state of the OnScreenDisplay
This commit is contained in:
commit
34c1834d38
@ -258,7 +258,10 @@ namespace osu.Game.Overlays
|
||||
Type = EdgeEffectType.Glow,
|
||||
Radius = 8,
|
||||
};
|
||||
}
|
||||
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
updateGlow();
|
||||
FinishTransforms(true);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user