mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 14:02:55 +08:00
Add revert to normal special style after all steps.
This commit is contained in:
parent
14e4714f08
commit
8d82a52942
@ -41,6 +41,8 @@ namespace osu.Desktop.VisualTests.Tests
|
||||
AddStep("Left special style", () => ((ManiaPlayfield)Children.First()).SpecialColumnStyle = SpecialColumnStyle.Left);
|
||||
AddStep("Right special style", () => ((ManiaPlayfield)Children.First()).SpecialColumnStyle = SpecialColumnStyle.Right);
|
||||
}
|
||||
|
||||
AddStep("Normal special style", () => ((ManiaPlayfield)Children.First()).SpecialColumnStyle = SpecialColumnStyle.Normal);
|
||||
}
|
||||
|
||||
private void triggerKeyDown(Column column)
|
||||
|
Loading…
Reference in New Issue
Block a user