mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 17:02:57 +08:00
Fix test being repeat step
This commit is contained in:
parent
54e5f1c9f0
commit
dfb4a76e29
@ -67,11 +67,11 @@ namespace osu.Game.Tests.Visual.Menus
|
|||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
AddRepeatStep("activate fountains", () =>
|
AddStep("activate fountains", () =>
|
||||||
{
|
{
|
||||||
((StarFountain)Children[0]).Shoot(1);
|
((StarFountain)Children[0]).Shoot(1);
|
||||||
((StarFountain)Children[1]).Shoot(-1);
|
((StarFountain)Children[1]).Shoot(-1);
|
||||||
}, 150);
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user