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

Fix typing of new setting to allow it to be visible to tools export

This commit is contained in:
Dean Herbert
2022-08-31 22:34:07 +09:00
Unverified
parent 8c202ce141
commit 6af8143c8c
+1 -1
View File
@@ -60,7 +60,7 @@ namespace osu.Game.Rulesets.Osu.Mods
};
[SettingSource("Metronome ticks", "Whether a metronome beat should play in the background")]
public BindableBool Metronome { get; } = new BindableBool(true);
public Bindable<bool> Metronome { get; } = new BindableBool(true);
#region Constants