Remove now unnecessary Apply() method

This commit is contained in:
smoogipoo
2021-05-18 14:26:26 +09:00
parent 72beddaadc
commit 882d54a8f8
3 changed files with 3 additions and 21 deletions

View File

@ -27,7 +27,7 @@ namespace osu.Game.Tests.Visual
{
Add(blueprint.With(d =>
{
d.Apply(drawableObject);
d.DrawableObject = drawableObject;
d.Depth = float.MinValue;
d.Select();
}));