mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Avoid polluting Player with HUD-specific code.
This commit is contained in:
@ -356,10 +356,6 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
hitRendererContainer.Alpha = 0;
|
||||
hitRendererContainer.FadeIn(750, EasingTypes.OutQuint);
|
||||
|
||||
if (!HitRenderer.HasReplayLoaded)
|
||||
using (hudOverlay.ModDisplay.BeginDelayedSequence(2000))
|
||||
hudOverlay.ModDisplay.FadeOut(200);
|
||||
}
|
||||
|
||||
protected override void OnSuspending(Screen next)
|
||||
|
Reference in New Issue
Block a user