mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Fix post-merge errors.
This commit is contained in:
@ -35,9 +35,9 @@ namespace osu.Desktop.VisualTests.Tests
|
||||
AddStep("Swell", addSwell);
|
||||
AddStep("Centre", () => addCentreHit(false));
|
||||
AddStep("Strong Centre", () => addCentreHit(true));
|
||||
AddButton("Add bar line", addBarLine);
|
||||
AddStep("Rim", () => addRimHit(false));
|
||||
AddStep("Strong Rim", () => addRimHit(true));
|
||||
AddStep("Add bar line", addBarLine);
|
||||
|
||||
Add(new Container
|
||||
{
|
||||
|
Reference in New Issue
Block a user