mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 19:00:09 +08:00
Remove repeated TimeStarted check
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user