1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 20:22:55 +08:00

Codefactor fix

This commit is contained in:
Fuewburvpoa 2020-03-18 21:06:14 +02:00
parent 463dde1fc4
commit d5541dfc65

View File

@ -65,7 +65,6 @@ namespace osu.Game.Tests.Visual.Editor
InputManager.ReleaseButton(osuTK.Input.MouseButton.Left);
});
AddAssert("Position clamped to 8", () => bindableBeatDivisor.Value == 8);
}
private void reset()