mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
OsuConfig -> OsuSetting
This commit is contained in:
@ -20,7 +20,7 @@ namespace osu.Game.Overlays.Settings.Sections.Audio
|
||||
new SettingsSlider<double, OffsetSlider>
|
||||
{
|
||||
LabelText = "Audio Offset",
|
||||
Bindable = config.GetBindable<double>(OsuConfig.AudioOffset)
|
||||
Bindable = config.GetBindable<double>(OsuSetting.AudioOffset)
|
||||
},
|
||||
new OsuButton
|
||||
{
|
||||
|
Reference in New Issue
Block a user