1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-26 19:32:55 +08:00

Add another newline

This commit is contained in:
Spooghetti420 2022-01-27 16:23:09 +00:00
parent c0b2f8bd01
commit 400633bd99

View File

@ -52,6 +52,7 @@ namespace osu.Game.Rulesets.Mania.Mods
Value = 200.0,
Precision = 1.0,
};
public void ApplyToBeatmap(IBeatmap beatmap)
{
var maniaBeatmap = (ManiaBeatmap)beatmap;