ContentVisible -> HiddenByRulesetImplementation

This commit is contained in:
Salman Ahmed
2021-05-31 09:24:26 +03:00
parent fb111e23d8
commit 4e186b0cf5
2 changed files with 4 additions and 4 deletions

View File

@ -36,7 +36,7 @@ namespace osu.Game.Rulesets.Catch.Skinning.Legacy
// catch may provide its own combo counter; hide the default.
// todo: this should be done in an elegant way per ruleset, defining which HUD skin components should be displayed.
foreach (var legacyComboCounter in components.OfType<LegacyComboCounter>())
legacyComboCounter.ContentVisible = false;
legacyComboCounter.HiddenByRulesetImplementation = false;
}
return components;