mirror of
https://github.com/ppy/osu
synced 2025-01-28 16:53:02 +00:00
Schedule child mutation in test setup
This commit is contained in:
parent
3621362a48
commit
d828b31ae4
@ -37,7 +37,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
|||||||
private ScheduledDelegate hitObjectSpawnDelegate;
|
private ScheduledDelegate hitObjectSpawnDelegate;
|
||||||
|
|
||||||
[SetUp]
|
[SetUp]
|
||||||
public void Setup()
|
public void Setup() => Schedule(() =>
|
||||||
{
|
{
|
||||||
Child = new GridContainer
|
Child = new GridContainer
|
||||||
{
|
{
|
||||||
@ -78,7 +78,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
|||||||
};
|
};
|
||||||
|
|
||||||
setUpHitObjects();
|
setUpHitObjects();
|
||||||
}
|
});
|
||||||
|
|
||||||
private void setUpHitObjects()
|
private void setUpHitObjects()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user