mirror of
https://github.com/osukey/osukey.git
synced 2025-05-09 15:47:38 +09:00
Actually construct catch beatmaps
This commit is contained in:
parent
5f74dc2c17
commit
b9e4b59e46
@ -69,5 +69,7 @@ namespace osu.Game.Rulesets.Catch.Beatmaps
|
|||||||
X = positionData.X / CatchPlayfield.BASE_WIDTH
|
X = positionData.X / CatchPlayfield.BASE_WIDTH
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected override Beatmap<CatchHitObject> CreateBeatmap() => new CatchBeatmap();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user