mirror of
https://github.com/ppy/osu.git
synced 2026-05-22 04:09:54 +08:00
Merge branch 'taiko_bash_base' into taiko_bash_drawable
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user