mirror of
https://github.com/SK-la/osu-framework.git
synced 2026-03-15 03:20:30 +00:00
Remove unnecessary parameter on BackgroundDependencyLoader
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
@@ -29,7 +29,7 @@ namespace osu.Framework.Testing
|
||||
};
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader(true)]
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(TestBrowser? browser)
|
||||
{
|
||||
if (browser != null)
|
||||
|
||||
Reference in New Issue
Block a user