mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 15:33:05 +08:00
Expose DrawableRuleset
for consupmtion by HUD components
This commit is contained in:
parent
7921930a92
commit
1f3ae901ce
@ -198,6 +198,7 @@ namespace osu.Game.Screens.Play
|
||||
LocalUserPlaying.BindTo(osuGame.LocalUserPlaying);
|
||||
|
||||
DrawableRuleset = ruleset.CreateDrawableRulesetWith(playableBeatmap, Mods.Value);
|
||||
dependencies.CacheAs(DrawableRuleset);
|
||||
|
||||
ScoreProcessor = ruleset.CreateScoreProcessor();
|
||||
ScoreProcessor.ApplyBeatmap(playableBeatmap);
|
||||
|
Loading…
Reference in New Issue
Block a user