mirror of
https://github.com/ppy/osu
synced 2025-02-18 19:36:58 +00:00
Fix incorrect step name
Co-authored-by: Henry Lin <henry.ys.lin@gmail.com>
This commit is contained in:
parent
b6996d647e
commit
efdc8fa8a6
@ -63,7 +63,7 @@ namespace osu.Game.Tests.Visual.UserInterface
|
||||
double? lastActuationTime = null;
|
||||
TimingControlPoint lastTimingPoint = null;
|
||||
|
||||
AddStep("set mistimed to disallow", () => beatContainer.AllowMistimedEventFiring = allowMistimed);
|
||||
AddStep($"set mistimed to {(allowMistimed ? "allowed" : "disallowed")}", () => beatContainer.AllowMistimedEventFiring = allowMistimed);
|
||||
|
||||
AddStep("bind event", () =>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user