mirror of
https://github.com/ppy/osu
synced 2025-02-01 02:41:52 +00:00
Add note about taiko pooling oversight
This commit is contained in:
parent
938a8f865b
commit
aa61eb8f4b
@ -133,6 +133,8 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables
|
|||||||
protected override void OnApply()
|
protected override void OnApply()
|
||||||
{
|
{
|
||||||
base.OnApply();
|
base.OnApply();
|
||||||
|
|
||||||
|
// TODO: THIS CANNOT BE HERE, it makes pooling pointless (see https://github.com/ppy/osu/issues/21072).
|
||||||
RecreatePieces();
|
RecreatePieces();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user