Add note about taiko pooling oversight

This commit is contained in:
Dean Herbert 2022-11-07 15:17:20 +09:00
parent 938a8f865b
commit aa61eb8f4b

View File

@ -133,6 +133,8 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables
protected override void OnApply()
{
base.OnApply();
// TODO: THIS CANNOT BE HERE, it makes pooling pointless (see https://github.com/ppy/osu/issues/21072).
RecreatePieces();
}