mirror of https://github.com/ppy/osu
Change static method to public
This commit is contained in:
parent
e769ef45be
commit
56428a027e
|
@ -71,7 +71,7 @@ public ManiaBeatmapConverter(IBeatmap beatmap, Ruleset ruleset)
|
|||
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