mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
Fix cake errors
This commit is contained in:
@ -31,13 +31,13 @@ namespace osu.Game.Rulesets.Mania.Tests
|
||||
public class TestSceneNotes : OsuTestScene
|
||||
{
|
||||
[Cached]
|
||||
protected readonly Bindable<bool> configColourCodedNotes = new Bindable<bool>();
|
||||
protected readonly Bindable<bool> ConfigColourCodedNotes = new Bindable<bool>();
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(RulesetConfigCache configCache)
|
||||
{
|
||||
var config = (ManiaRulesetConfigManager)configCache.GetConfigFor(Ruleset.Value.CreateInstance());
|
||||
config.BindWith(ManiaRulesetSetting.ColourCodedNotes, configColourCodedNotes);
|
||||
config.BindWith(ManiaRulesetSetting.ColourCodedNotes, ConfigColourCodedNotes);
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
Reference in New Issue
Block a user