Merge branch 'master' into catch-hyperdash-fruit-colouring

This commit is contained in:
Dean Herbert
2020-04-14 10:01:15 +09:00
committed by GitHub
185 changed files with 4468 additions and 975 deletions

View File

@ -70,6 +70,8 @@ namespace osu.Game.Rulesets.Catch.Objects.Drawables
public float DisplayRadius => DrawSize.X / 2 * Scale.X * HitObject.Scale;
protected override float SamplePlaybackPosition => HitObject.X;
protected DrawableCatchHitObject(CatchHitObject hitObject)
: base(hitObject)
{