mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 20:05:29 +08:00
Implement now abstract method
This commit is contained in:
parent
7085b25898
commit
beb6bbd2a1
@ -59,6 +59,8 @@ namespace osu.Game.Rulesets.Osu.UI
|
||||
where TDrawable : DrawableHitObject, new()
|
||||
=> new OsuDrawablePool<TDrawable>(Playfield.CheckHittable, Playfield.OnHitObjectLoaded, initialSize, maximumSize);
|
||||
|
||||
public override DrawableHitObject<OsuHitObject> CreateDrawableRepresentation(OsuHitObject h) => null;
|
||||
|
||||
protected override HitObjectLifetimeEntry CreateLifetimeEntry(OsuHitObject hitObject) => new OsuHitObjectLifetimeEntry(hitObject);
|
||||
|
||||
public override bool ReceivePositionalInputAt(Vector2 screenSpacePos) => true; // always show the gameplay cursor
|
||||
|
Loading…
Reference in New Issue
Block a user