Move to DrawableOsuHitObject

This commit is contained in:
Salman Ahmed
2019-06-30 18:27:47 +03:00
committed by KingLuigi4932
parent 46625e827d
commit f42ded3437
2 changed files with 2 additions and 2 deletions

View File

@ -18,6 +18,8 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
{
private readonly ShakeContainer shakeContainer;
public override bool HandlePositionalInput => true;
protected DrawableOsuHitObject(OsuHitObject hitObject)
: base(hitObject)
{