mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2024-12-26 11:48:54 +00:00
Effect pool fix
This commit is contained in:
parent
7cb8147b33
commit
914d9213a4
@ -21,6 +21,6 @@ export class PickupEffectManager extends Component {
|
|||||||
|
|
||||||
await delay(450);
|
await delay(450);
|
||||||
|
|
||||||
this.effectPool.return(effect);
|
this.effectPool?.return(effect);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user