mirror of
https://github.com/ppy/osu
synced 2025-02-22 21:47:12 +00:00
Fix Relax mod not working with osu! ruleset (#5185)
Fix Relax mod not working with osu! ruleset
This commit is contained in:
commit
955e9b27d9
@ -18,6 +18,9 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
|||||||
{
|
{
|
||||||
private readonly ShakeContainer shakeContainer;
|
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)
|
protected DrawableOsuHitObject(OsuHitObject hitObject)
|
||||||
: base(hitObject)
|
: base(hitObject)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user