1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 21:43:04 +08:00

remove default value init .-.

This commit is contained in:
miterosan 2018-08-04 00:36:59 +02:00
parent 25791b6317
commit 546bdf0618

View File

@ -27,7 +27,7 @@ namespace osu.Game.Rulesets.Osu.Mods
drawables.ForEach(drawable => drawable.ApplyCustomUpdateState += drawableOnApplyCustomUpdateState); drawables.ForEach(drawable => drawable.ApplyCustomUpdateState += drawableOnApplyCustomUpdateState);
} }
private float theta = 0; private float theta;
private void drawableOnApplyCustomUpdateState(DrawableHitObject drawable, ArmedState state) private void drawableOnApplyCustomUpdateState(DrawableHitObject drawable, ArmedState state)
{ {