1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-29 23:22:55 +08:00

Fix TestSceneTabletSettings

This commit is contained in:
Daniel Power 2024-12-16 22:59:04 -03:30
parent 4dd0672aa5
commit 93ed0483b6

View File

@ -134,7 +134,9 @@ namespace osu.Game.Tests.Visual.Settings
public Bindable<Vector2> AreaOffset { get; } = new Bindable<Vector2>();
public Bindable<Vector2> AreaSize { get; } = new Bindable<Vector2>();
public Bindable<Vector2> OutputSize { 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>();