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

@ -13,6 +13,8 @@ namespace osu.Game.Rulesets.Catch.Objects.Drawable
{
private Pulp pulp;
public override bool StaysOnPlate => false;
public DrawableDroplet(Droplet h)
: base(h)
{