mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Refactor WaveformOpacityMenuItem
to not receive whole config
This commit is contained in:
@ -226,7 +226,7 @@ namespace osu.Game.Screens.Edit
|
||||
{
|
||||
Items = new[]
|
||||
{
|
||||
new WaveformOpacityMenu(config)
|
||||
new WaveformOpacityMenuItem(config.GetBindable<float>(OsuSetting.EditorWaveformOpacity)),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user