mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Welded bindables.
This commit is contained in:
@ -79,7 +79,7 @@ namespace osu.Game.Beatmaps.Drawables
|
||||
{
|
||||
this.config = config;
|
||||
|
||||
preferUnicode = config.GetBindable<bool>(OsuConfig.ShowUnicode);
|
||||
preferUnicode = config.GetWeldedBindable<bool>(OsuConfig.ShowUnicode);
|
||||
preferUnicode.ValueChanged += preferUnicode_changed;
|
||||
preferUnicode_changed(preferUnicode, null);
|
||||
}
|
||||
|
Reference in New Issue
Block a user