Effect pool fix

This commit is contained in:
Martin 2022-12-22 14:55:19 +01:00
parent 7cb8147b33
commit 914d9213a4

View File

@ -21,6 +21,6 @@ export class PickupEffectManager extends Component {
await delay(450);
this.effectPool.return(effect);
this.effectPool?.return(effect);
}
}