mirror of
https://github.com/ppy/osu
synced 2025-03-19 01:24:34 +00:00
Clarify why ruleset bindable must be set at the BDL of any base test scene
This commit is contained in:
parent
0f78af7252
commit
efd5e14410
@ -34,6 +34,8 @@ namespace osu.Game.Tests.Visual
|
||||
[BackgroundDependencyLoader]
|
||||
private void load()
|
||||
{
|
||||
// There are test scenes using current value of the ruleset bindable
|
||||
// on their BDLs (example in TestSceneSliderSnaking's BDL)
|
||||
Ruleset.Value = ruleset.RulesetInfo;
|
||||
|
||||
Dependencies.Cache(LocalConfig = new OsuConfigManager(LocalStorage));
|
||||
|
Loading…
Reference in New Issue
Block a user