From 8da9fbe8f235672cfef19ba714a69f86f02e1d73 Mon Sep 17 00:00:00 2001 From: alestiago Date: Tue, 8 Mar 2022 13:27:54 +0000 Subject: [PATCH] chore: rebasing --- lib/game/pinball_game.dart | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/game/pinball_game.dart b/lib/game/pinball_game.dart index f805ddb8..ef51656a 100644 --- a/lib/game/pinball_game.dart +++ b/lib/game/pinball_game.dart @@ -142,10 +142,4 @@ class PinballGame extends Forge2DGame with FlameBloc, KeyboardEvents { super.onAttach(); spawnBall(); } - - @override - void onAttach() { - super.onAttach(); - spawnBall(); - } }