mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Schedule child mutation in test setup
This commit is contained in:
@ -37,7 +37,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
private ScheduledDelegate hitObjectSpawnDelegate;
|
||||
|
||||
[SetUp]
|
||||
public void Setup()
|
||||
public void Setup() => Schedule(() =>
|
||||
{
|
||||
Child = new GridContainer
|
||||
{
|
||||
@ -78,7 +78,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
};
|
||||
|
||||
setUpHitObjects();
|
||||
}
|
||||
});
|
||||
|
||||
private void setUpHitObjects()
|
||||
{
|
||||
|
Reference in New Issue
Block a user