Deprecate old overload of Apply

This commit is contained in:
ekrctb
2021-04-21 14:32:37 +09:00
parent 73d3da1687
commit 3fbeadf318
8 changed files with 11 additions and 14 deletions

View File

@ -32,7 +32,7 @@ namespace osu.Game.Rulesets.Osu.Tests
{
Position = new Vector2(128, 128),
ComboIndex = 1,
}), null));
})));
}
private HitCircle prepareObject(HitCircle circle)