mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2025-10-09 16:46:00 +00:00
Effect pool fix
This commit is contained in:
@@ -21,6 +21,6 @@ export class PickupEffectManager extends Component {
|
||||
|
||||
await delay(450);
|
||||
|
||||
this.effectPool.return(effect);
|
||||
this.effectPool?.return(effect);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user