mirror of
https://github.com/ppy/osu.git
synced 2024-12-17 03:55:30 +08:00
Merge branch 'taiko_bash_base' into taiko_conversion
This commit is contained in:
commit
61172958bb
@ -26,7 +26,5 @@ namespace osu.Game.Modes.Taiko.Objects
|
|||||||
double spinnerRotationRatio = BeatmapDifficulty.DifficultyRange(difficulty.OverallDifficulty, 3, 5, 7.5);
|
double spinnerRotationRatio = BeatmapDifficulty.DifficultyRange(difficulty.OverallDifficulty, 3, 5, 7.5);
|
||||||
RequiredHits = (int)Math.Max(1, Duration / 1000f * spinnerRotationRatio);
|
RequiredHits = (int)Math.Max(1, Duration / 1000f * spinnerRotationRatio);
|
||||||
}
|
}
|
||||||
|
|
||||||
public override TaikoHitType Type => TaikoHitType.Bash;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user