Fix post-merge errors.

This commit is contained in:
smoogipooo
2017-04-01 23:59:44 +09:00
parent b4ed8aeb98
commit 38bbf2ac77
3 changed files with 5 additions and 3 deletions

View File

@ -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
{