mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 16:52:54 +08:00
Set Value instead of BindTo
This commit is contained in:
parent
4c08aa3dfb
commit
3454ec1ca3
@ -196,7 +196,7 @@ namespace osu.Game
|
||||
}
|
||||
|
||||
Beatmap.Value = BeatmapManager.GetWorkingBeatmap(s.Beatmap);
|
||||
Beatmap.Value.Mods.BindTo(new Bindable<IEnumerable<Mod>>(s.Mods));
|
||||
Beatmap.Value.Mods.Value = s.Mods;
|
||||
|
||||
menu.Push(new PlayerLoader(new ReplayPlayer(s.Replay)));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user