mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Instantiate HitRenderer with WorkingBeatmap.
This commit is contained in:
@ -31,7 +31,7 @@ namespace osu.Game.Modes
|
||||
|
||||
public abstract ScoreProcessor CreateScoreProcessor(int hitObjectCount = 0);
|
||||
|
||||
public abstract HitRenderer CreateHitRendererWith(Beatmap beatmap);
|
||||
public abstract HitRenderer CreateHitRendererWith(WorkingBeatmap beatmap);
|
||||
|
||||
public abstract HitObjectParser CreateHitObjectParser();
|
||||
|
||||
|
Reference in New Issue
Block a user