1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 10:49:53 +08:00

Apply Bindable.Parse refactorings

This commit is contained in:
Dean Herbert
2023-12-13 14:07:38 +09:00
Unverified
parent ae8a70ddfc
commit 0be6743e87
6 changed files with 9 additions and 6 deletions
@@ -121,7 +121,7 @@ namespace osu.Game.Graphics.UserInterfaceV2
break;
default:
slider.Current.Parse(textBox.Current.Value);
slider.Current.Parse(textBox.Current.Value, CultureInfo.CurrentCulture);
break;
}
}