1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-29 07:29:53 +08:00

Codefactor fix

This commit is contained in:
Fuewburvpoa
2020-03-18 21:06:14 +02:00
Unverified
parent 463dde1fc4
commit d5541dfc65
@@ -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()