Fix slider approach circle proxies

This commit is contained in:
smoogipoo
2019-10-17 12:50:22 +09:00
parent 8a284bacba
commit 3a1acf7b0a
2 changed files with 5 additions and 11 deletions

View File

@ -258,7 +258,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
}
}
public Drawable ProxiedLayer => new Container(); // Todo:
public Drawable ProxiedLayer => HeadCircle.ProxiedLayer;
public override bool ReceivePositionalInputAt(Vector2 screenSpacePos) => Body.ReceivePositionalInputAt(screenSpacePos);
}