1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 19:27:24 +08:00

Remove no longer relevant comment

This commit is contained in:
Dean Herbert 2021-03-17 14:19:15 +09:00
parent 1e82033c84
commit fefb007805

View File

@ -202,7 +202,6 @@ namespace osu.Game.Overlays.Settings.Sections.Input
mainSettings.Show();
noTabletMessage.Hide();
// todo: these should propagate from a TabletChanged event or similar.
offsetX.MaxValue = tab.Size.X;
offsetX.Default = tab.Size.X / 2;
sizeX.Default = sizeX.MaxValue = tab.Size.X;