Merge pull request #8521 from peppy/remove-scale-down-to-fit

Remove ScaleDownToFit as it was implemented without enough safety
This commit is contained in:
Dean Herbert
2020-03-31 23:22:04 +09:00
committed by GitHub
3 changed files with 11 additions and 21 deletions

View File

@ -16,7 +16,7 @@ namespace osu.Game.Rulesets.Catch.UI
public CatcherSprite(CatcherAnimationState state)
: base(new CatchSkinComponent(componentFromState(state)), _ =>
new DefaultCatcherSprite(state), confineMode: ConfineMode.ScaleDownToFit)
new DefaultCatcherSprite(state), confineMode: ConfineMode.ScaleToFit)
{
RelativeSizeAxes = Axes.None;
Size = new Vector2(CatcherArea.CATCHER_SIZE);