Remove ScaleDownToFit as it was not implemented without enough safety

This commit is contained in:
Dean Herbert
2020-03-31 13:45:55 +09:00
parent e0a876ceaf
commit 1fce7cce01
3 changed files with 7 additions and 15 deletions

View File

@ -182,7 +182,7 @@ namespace osu.Game.Tests.Visual.Gameplay
public new Drawable Drawable => base.Drawable;
public ExposedSkinnableDrawable(string name, Func<ISkinComponent, Drawable> defaultImplementation, Func<ISkinSource, bool> allowFallback = null,
ConfineMode confineMode = ConfineMode.ScaleDownToFit)
ConfineMode confineMode = ConfineMode.ScaleToFit)
: base(new TestSkinComponent(name), defaultImplementation, allowFallback, confineMode)
{
}