mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:47:26 +08:00
small fix
This commit is contained in:
parent
38ccd06d5e
commit
5852a09003
@ -165,7 +165,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
|||||||
AddUntilStep("ensure max circles not exceeded", () =>
|
AddUntilStep("ensure max circles not exceeded", () =>
|
||||||
{
|
{
|
||||||
return this.ChildrenOfType<ColourHitErrorMeter>()
|
return this.ChildrenOfType<ColourHitErrorMeter>()
|
||||||
.All(m => m.ChildrenOfType<ColourHitErrorMeter.HitErrorShape>().Count() <= 10);
|
.All(m => m.ChildrenOfType<ColourHitErrorMeter.HitErrorShape>().Count() <= max_displayed_judgements);
|
||||||
});
|
});
|
||||||
|
|
||||||
AddStep("show displays", () =>
|
AddStep("show displays", () =>
|
||||||
|
Loading…
Reference in New Issue
Block a user