mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Fix initial rotation not being set
This commit is contained in:
@ -132,7 +132,7 @@ namespace osu.Game.Overlays.Settings.Sections.Input
|
|||||||
tabletContainer.RotateTo(-val.NewValue, 800, Easing.OutQuint);
|
tabletContainer.RotateTo(-val.NewValue, 800, Easing.OutQuint);
|
||||||
usableAreaContainer.RotateTo(val.NewValue, 100, Easing.OutQuint)
|
usableAreaContainer.RotateTo(val.NewValue, 100, Easing.OutQuint)
|
||||||
.OnComplete(_ => checkBounds()); // required as we are using SSDQ.
|
.OnComplete(_ => checkBounds()); // required as we are using SSDQ.
|
||||||
});
|
}, true);
|
||||||
|
|
||||||
tablet.BindTo(handler.Tablet);
|
tablet.BindTo(handler.Tablet);
|
||||||
tablet.BindValueChanged(_ => Scheduler.AddOnce(updateTabletDetails));
|
tablet.BindValueChanged(_ => Scheduler.AddOnce(updateTabletDetails));
|
||||||
|
Reference in New Issue
Block a user