mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 01:02:55 +08:00
Change static method to public
This commit is contained in:
parent
e769ef45be
commit
56428a027e
@ -71,7 +71,7 @@ namespace osu.Game.Rulesets.Mania.Beatmaps
|
||||
originalTargetColumns = TargetColumns;
|
||||
}
|
||||
|
||||
internal static int GetColumnCountForNonConvert(BeatmapInfo beatmap)
|
||||
public static int GetColumnCountForNonConvert(BeatmapInfo beatmap)
|
||||
{
|
||||
var roundedCircleSize = Math.Round(beatmap.BaseDifficulty.CircleSize);
|
||||
return (int)Math.Max(1, roundedCircleSize);
|
||||
|
Loading…
Reference in New Issue
Block a user