mirror of
https://github.com/ppy/osu.git
synced 2025-01-29 23:22:55 +08:00
Fix TestSceneTabletSettings
This commit is contained in:
parent
4dd0672aa5
commit
93ed0483b6
@ -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>();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user