mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Instantiate HitRenderer with WorkingBeatmap.
This commit is contained in:
@ -13,7 +13,7 @@ namespace osu.Game.Modes.Mania.UI
|
||||
{
|
||||
private readonly int columns;
|
||||
|
||||
public ManiaHitRenderer(Beatmap beatmap, int columns = 5)
|
||||
public ManiaHitRenderer(WorkingBeatmap beatmap, int columns = 5)
|
||||
: base(beatmap)
|
||||
{
|
||||
this.columns = columns;
|
||||
|
Reference in New Issue
Block a user