Move radius adjust local to fruit piece

This commit is contained in:
Dean Herbert
2020-02-19 09:39:56 +09:00
parent ded7f5ff1b
commit 73e5018696
2 changed files with 7 additions and 7 deletions

View File

@ -16,11 +16,6 @@ namespace osu.Game.Rulesets.Catch.Objects.Drawable
{
private Container scaleContainer;
/// <summary>
/// Because we're adding a border around the fruit, we need to scale down some.
/// </summary>
public const float RADIUS_ADJUST = 1.1f;
public DrawableFruit(Fruit h)
: base(h)
{