Fix droplets not bouncing off catcher's plate immediately

This commit is contained in:
Dean Herbert
2018-06-15 15:44:47 +09:00
parent af4d4b529f
commit 149d94116b
3 changed files with 40 additions and 27 deletions

View File

@ -42,6 +42,8 @@ namespace osu.Game.Rulesets.Catch.Objects.Drawable
{
public virtual bool CanBePlated => false;
public virtual bool StaysOnPlate => CanBePlated;
protected DrawableCatchHitObject(CatchHitObject hitObject)
: base(hitObject)
{