mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Welded bindables.
This commit is contained in:
@ -21,7 +21,7 @@ namespace osu.Game.Overlays.Options.Sections.Audio
|
||||
new OptionSlider<int>
|
||||
{
|
||||
LabelText = "Universal Offset",
|
||||
Bindable = (BindableInt)config.GetBindable<int>(OsuConfig.Offset)
|
||||
Bindable = (BindableInt)config.GetWeldedBindable<int>(OsuConfig.Offset)
|
||||
},
|
||||
new OsuButton
|
||||
{
|
||||
|
Reference in New Issue
Block a user