mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Various updates to ruleset and primary key usages to move closer to realm support
This commit is contained in:
@ -71,7 +71,7 @@ namespace osu.Game.Tests.Visual.UserInterface
|
||||
InputManager.MoveMouseTo(item.ScreenSpaceDrawQuad.Centre);
|
||||
});
|
||||
|
||||
AddAssert("song 1 is 5th", () => beatmapSets[4] == first);
|
||||
AddAssert("song 1 is 5th", () => beatmapSets[4].Equals(first));
|
||||
|
||||
AddStep("release handle", () => InputManager.ReleaseButton(MouseButton.Left));
|
||||
}
|
||||
|
Reference in New Issue
Block a user