1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-18 05:42:56 +08:00

Minor cleanup

This commit is contained in:
Daniel Power 2024-12-16 23:17:22 -03:30
parent 93ed0483b6
commit fd504e5641

View File

@ -135,7 +135,6 @@ namespace osu.Game.Tests.Visual.Settings
public Bindable<Vector2> AreaSize { get; } = new Bindable<Vector2>();
public Bindable<Vector2> OutputAreaSize { get; } = new Bindable<Vector2>();
public Bindable<Vector2> OutputAreaPosition { get; } = new Bindable<Vector2>();
public Bindable<float> Rotation { get; } = new Bindable<float>();