1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 10:52:53 +08:00

Actually construct catch beatmaps

This commit is contained in:
smoogipoo 2018-05-07 11:01:09 +09:00
parent 5f74dc2c17
commit b9e4b59e46

View File

@ -69,5 +69,7 @@ namespace osu.Game.Rulesets.Catch.Beatmaps
X = positionData.X / CatchPlayfield.BASE_WIDTH
};
}
protected override Beatmap<CatchHitObject> CreateBeatmap() => new CatchBeatmap();
}
}