diff --git a/bubbo-bubbo/src/game/systems/HudSystem.ts b/bubbo-bubbo/src/game/systems/HudSystem.ts index 9d88406..e4374af 100644 --- a/bubbo-bubbo/src/game/systems/HudSystem.ts +++ b/bubbo-bubbo/src/game/systems/HudSystem.ts @@ -324,6 +324,6 @@ export class HudSystem implements System { // Remove from parent toaster.view.removeFromParent(); // Return to pool - pool.return(PointToaster); + pool.return(toaster); } }