1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-17 01:32:55 +08:00

Merge branch 'taiko_bash_base' into taiko_conversion

This commit is contained in:
smoogipooo 2017-03-20 13:12:40 +09:00
commit 61172958bb

View File

@ -26,7 +26,5 @@ namespace osu.Game.Modes.Taiko.Objects
double spinnerRotationRatio = BeatmapDifficulty.DifficultyRange(difficulty.OverallDifficulty, 3, 5, 7.5);
RequiredHits = (int)Math.Max(1, Duration / 1000f * spinnerRotationRatio);
}
public override TaikoHitType Type => TaikoHitType.Bash;
}
}