mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 07:42:55 +08:00
remove new container and comment
This commit is contained in:
parent
fbd300e664
commit
d489a77fe1
@ -18,9 +18,8 @@ namespace osu.Game.Screens.Play
|
|||||||
|
|
||||||
protected override IReadOnlyDependencyContainer CreateChildDependencies(IReadOnlyDependencyContainer parent)
|
protected override IReadOnlyDependencyContainer CreateChildDependencies(IReadOnlyDependencyContainer parent)
|
||||||
{
|
{
|
||||||
var dependencies = new DependencyContainer(base.CreateChildDependencies(parent));
|
var dependencies = base.CreateChildDependencies(parent);
|
||||||
|
|
||||||
// Overwrite the global mods here for use in the mod hud.
|
|
||||||
Mods.Value = scoreInfo.Mods;
|
Mods.Value = scoreInfo.Mods;
|
||||||
Ruleset.Value = scoreInfo.Ruleset;
|
Ruleset.Value = scoreInfo.Ruleset;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user