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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user