Add explaining comment

This commit is contained in:
Salman Ahmed 2019-06-30 18:28:20 +03:00 committed by KingLuigi4932
parent f42ded3437
commit d11b799571
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ public class DrawableOsuHitObject : DrawableHitObject<OsuHitObject>
{
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)