mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Fix mania-specific beatmap conversion
This commit is contained in:
@ -41,7 +41,7 @@ namespace osu.Game.Rulesets.Mania.Beatmaps
|
||||
var roundedCircleSize = Math.Round(beatmap.BeatmapInfo.BaseDifficulty.CircleSize);
|
||||
var roundedOverallDifficulty = Math.Round(beatmap.BeatmapInfo.BaseDifficulty.OverallDifficulty);
|
||||
|
||||
if (beatmap.BeatmapInfo.Ruleset == new ManiaRuleset().RulesetInfo)
|
||||
if (IsForCurrentRuleset)
|
||||
TargetColumns = (int)Math.Max(1, roundedCircleSize);
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user