mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
Fix base.CreateLocalDependencies sometimes not being called
This commit is contained in:
@ -23,7 +23,7 @@ namespace osu.Game.Tests.Visual
|
||||
private DependencyContainer dependencies;
|
||||
|
||||
protected override IReadOnlyDependencyContainer CreateLocalDependencies(IReadOnlyDependencyContainer parent)
|
||||
=> dependencies = new DependencyContainer(parent);
|
||||
=> dependencies = new DependencyContainer(base.CreateLocalDependencies(parent));
|
||||
|
||||
protected EditorClockTestCase()
|
||||
{
|
||||
|
Reference in New Issue
Block a user