mirror of
https://github.com/ppy/osu.git
synced 2025-02-20 05:47:50 +08:00
Remove unused locals
This commit is contained in:
parent
0a23e994e2
commit
5ef1b5dcb5
@ -39,11 +39,9 @@ namespace osu.Game.Rulesets.Osu.Mods
|
||||
|
||||
protected void ApplyTraceableState(DrawableHitObject drawable, ArmedState state)
|
||||
{
|
||||
if (!(drawable is DrawableOsuHitObject drawableOsu))
|
||||
if (!(drawable is DrawableOsuHitObject))
|
||||
return;
|
||||
|
||||
var h = drawableOsu.HitObject;
|
||||
|
||||
//todo: expose and hide spinner background somehow
|
||||
|
||||
switch (drawable)
|
||||
|
Loading…
Reference in New Issue
Block a user