mirror of
https://github.com/ppy/osu
synced 2025-01-18 12:00:58 +00:00
Codefactor fix
This commit is contained in:
parent
463dde1fc4
commit
d5541dfc65
@ -65,7 +65,6 @@ namespace osu.Game.Tests.Visual.Editor
|
|||||||
InputManager.ReleaseButton(osuTK.Input.MouseButton.Left);
|
InputManager.ReleaseButton(osuTK.Input.MouseButton.Left);
|
||||||
});
|
});
|
||||||
AddAssert("Position clamped to 8", () => bindableBeatDivisor.Value == 8);
|
AddAssert("Position clamped to 8", () => bindableBeatDivisor.Value == 8);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void reset()
|
private void reset()
|
||||||
|
Loading…
Reference in New Issue
Block a user