Remove PoolHitObjects, use return value of CreateDrawableRepresentation() instead

This commit is contained in:
smoogipoo
2020-11-12 14:04:16 +09:00
parent f652eb9982
commit 5dbbe11fc6
3 changed files with 44 additions and 29 deletions

View File

@ -140,8 +140,6 @@ namespace osu.Game.Tests.Visual.Gameplay
RegisterPool<TestHitObject, DrawableTestHitObject>(PoolSize);
}
protected override bool PoolHitObjects => true;
protected override HitObjectLifetimeEntry CreateLifetimeEntry(TestHitObject hitObject) => new TestHitObjectLifetimeEntry(hitObject);
protected override PassThroughInputManager CreateInputManager() => new PassThroughInputManager();