Fix Relax mod not working with osu! ruleset (#5185)

Fix Relax mod not working with osu! ruleset
This commit is contained in:
Dean Herbert 2019-07-01 18:28:38 +09:00 committed by GitHub
commit 955e9b27d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,9 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
{
private readonly ShakeContainer shakeContainer;
// Must be set to update IsHovered as it's used in relax mdo to detect osu hit objects.
public override bool HandlePositionalInput => true;
protected DrawableOsuHitObject(OsuHitObject hitObject)
: base(hitObject)
{