mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Trim whitespace
This commit is contained in:
@ -37,7 +37,7 @@ namespace osu.Game.Rulesets.Mania.Beatmaps
|
||||
: base(beatmap)
|
||||
{
|
||||
IsForCurrentRuleset = beatmap.BeatmapInfo.Ruleset.Equals(new ManiaRuleset().RulesetInfo);
|
||||
|
||||
|
||||
var roundedCircleSize = Math.Round(beatmap.BeatmapInfo.BaseDifficulty.CircleSize);
|
||||
var roundedOverallDifficulty = Math.Round(beatmap.BeatmapInfo.BaseDifficulty.OverallDifficulty);
|
||||
|
||||
|
Reference in New Issue
Block a user