mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 16:12:54 +08:00
Add space
This commit is contained in:
parent
e634475bf4
commit
c722ea0299
@ -82,7 +82,7 @@ namespace osu.Game.Rulesets.Mania.Beatmaps
|
||||
{
|
||||
beatmap = new ManiaBeatmap(new StageDefinition { Columns = TargetColumns });
|
||||
|
||||
if(Dual)
|
||||
if (Dual)
|
||||
beatmap.Stages.Add(new StageDefinition { Columns = TargetColumns });
|
||||
|
||||
return beatmap;
|
||||
|
Loading…
Reference in New Issue
Block a user