mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 07:43:00 +08:00
Fix incorrect thread usage of ruleset in tournament DataLoadTest
This commit is contained in:
parent
b9ec860cf2
commit
014c840d80
@ -35,9 +35,9 @@ namespace osu.Game.Tournament.Tests.NonVisual
|
||||
|
||||
public class TestTournament : TournamentGameBase
|
||||
{
|
||||
[BackgroundDependencyLoader]
|
||||
private void load()
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
base.LoadComplete();
|
||||
Ruleset.Value = new RulesetInfo(); // not available
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user