mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 17:43:05 +08:00
Remove redundant else statement
This commit is contained in:
parent
5e1f80ceb5
commit
cbf662eb56
@ -65,7 +65,7 @@ namespace osu.Game.Rulesets.Osu.UI
|
||||
{
|
||||
if (Objects.FirstOrDefault() is OsuHitObject first)
|
||||
return first.StartTime - Math.Max(2000, first.TimePreempt);
|
||||
else
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user