mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Fix incorrect step name
Co-authored-by: Henry Lin <henry.ys.lin@gmail.com>
This commit is contained in:
@ -63,7 +63,7 @@ namespace osu.Game.Tests.Visual.UserInterface
|
|||||||
double? lastActuationTime = null;
|
double? lastActuationTime = null;
|
||||||
TimingControlPoint lastTimingPoint = 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", () =>
|
AddStep("bind event", () =>
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user