Allow bypassing origin/anchor setting of skinnable components

It makes little sense to set these when using RelativeSizeAxes.Both
This commit is contained in:
Dean Herbert
2020-10-14 17:20:10 +09:00
parent 899bac6ca5
commit 6a6718ebab
2 changed files with 14 additions and 2 deletions

View File

@ -14,6 +14,7 @@ namespace osu.Game.Screens.Play.HUD
public SkinnableComboCounter()
: base(new HUDSkinComponent(HUDSkinComponents.ComboCounter), createDefault)
{
CentreComponent = false;
}
private IComboCounter skinnedCounter;