mirror of
https://github.com/ppy/osu
synced 2024-12-14 19:06:07 +00:00
make spm counter show up automatically with spun out
This commit is contained in:
parent
d314b38699
commit
68873830aa
@ -177,7 +177,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
||||
protected override void Update()
|
||||
{
|
||||
Disc.Tracking = OsuActionInputManager?.PressedActions.Any(x => x == OsuAction.LeftButton || x == OsuAction.RightButton) ?? false;
|
||||
if (!SpmCounter.IsPresent && Disc.Tracking)
|
||||
if (!SpmCounter.IsPresent && (Disc.Tracking || !Disc.Enabled))
|
||||
SpmCounter.FadeIn(HitObject.TimeFadeIn);
|
||||
|
||||
base.Update();
|
||||
|
Loading…
Reference in New Issue
Block a user