mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Clarify why ruleset bindable must be set at the BDL of any base test scene
This commit is contained in:
@ -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));
|
||||
|
Reference in New Issue
Block a user