mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 11:12:54 +08:00
Remove repeated TimeStarted check
This commit is contained in:
parent
9b526912e9
commit
4bba0eaf4b
@ -120,7 +120,7 @@ namespace osu.Game.Rulesets.Osu.Skinning.Argon
|
||||
{
|
||||
base.Update();
|
||||
|
||||
if (spmContainer.Alpha == 0 && drawableSpinner.Result?.TimeStarted != null)
|
||||
if (spmContainer.Alpha == 0)
|
||||
fadeCounterOnTimeStart();
|
||||
}
|
||||
|
||||
|
@ -126,7 +126,7 @@ namespace osu.Game.Rulesets.Osu.Skinning.Default
|
||||
{
|
||||
base.Update();
|
||||
|
||||
if (spmContainer.Alpha == 0 && drawableSpinner.Result?.TimeStarted != null)
|
||||
if (spmContainer.Alpha == 0)
|
||||
fadeCounterOnTimeStart();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user