mirror of
https://github.com/ppy/osu
synced 2025-01-17 11:30:52 +00:00
remove whitespaces
This commit is contained in:
parent
a8d30f6aee
commit
7e2f4af00d
@ -26,13 +26,12 @@ namespace osu.Game.Rulesets.Osu.Mods
|
||||
{
|
||||
if (drawable is DrawableSpinner spinner)
|
||||
return;
|
||||
|
||||
drawable.ApplyCustomUpdateState += applyCustomState;
|
||||
}
|
||||
}
|
||||
|
||||
protected virtual void applyCustomState(DrawableHitObject drawable, ArmedState state)
|
||||
{
|
||||
{
|
||||
var hitObject = (OsuHitObject) drawable.HitObject;
|
||||
|
||||
double appearTime = hitObject.StartTime - hitObject.TimePreempt - 1;
|
||||
|
Loading…
Reference in New Issue
Block a user