mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Provide the ruleset to converter classes
This commit is contained in:
@ -15,8 +15,8 @@ namespace osu.Game.Rulesets.Osu.Beatmaps
|
||||
{
|
||||
public class OsuBeatmapConverter : BeatmapConverter<OsuHitObject>
|
||||
{
|
||||
public OsuBeatmapConverter(IBeatmap beatmap)
|
||||
: base(beatmap)
|
||||
public OsuBeatmapConverter(IBeatmap beatmap, Ruleset ruleset)
|
||||
: base(beatmap, ruleset)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user