1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-13 16:13:34 +08:00

Remove unused constant

This commit is contained in:
Dean Herbert 2023-12-06 13:39:59 +09:00
parent 0af16732b8
commit f9dd5bd828
No known key found for this signature in database

View File

@ -31,11 +31,6 @@ namespace osu.Game.Rulesets.Taiko.Beatmaps
/// </summary>
private const float osu_base_scoring_distance = 100;
/// <summary>
/// Drum roll distance that results in a duration of 1 speed-adjusted beat length.
/// </summary>
private const float taiko_base_distance = 100;
private readonly bool isForCurrentRuleset;
public TaikoBeatmapConverter(IBeatmap beatmap, Ruleset ruleset)