mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 13:33:03 +08:00
Add comment.
This commit is contained in:
parent
6dbc75283c
commit
3845ab2a72
@ -103,6 +103,9 @@ namespace osu.Game.Screens.Play
|
|||||||
});
|
});
|
||||||
|
|
||||||
ruleset = Beatmap.BeatmapInfo.Ruleset;
|
ruleset = Beatmap.BeatmapInfo.Ruleset;
|
||||||
|
|
||||||
|
// Todo: This should be done as early as possible, and should check if the hit renderer
|
||||||
|
// can actually convert the hit objects... Somehow...
|
||||||
HitRenderer = ruleset.CreateHitRendererWith(Beatmap);
|
HitRenderer = ruleset.CreateHitRendererWith(Beatmap);
|
||||||
|
|
||||||
scoreProcessor = HitRenderer.CreateScoreProcessor();
|
scoreProcessor = HitRenderer.CreateScoreProcessor();
|
||||||
|
Loading…
Reference in New Issue
Block a user