From 55e912da26156f0436ad232367ffcf9eef8460bc Mon Sep 17 00:00:00 2001 From: alestiago Date: Wed, 30 Mar 2022 13:01:42 +0100 Subject: [PATCH] refactor: uncommented code --- lib/game/pinball_game.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/game/pinball_game.dart b/lib/game/pinball_game.dart index d0725d73..b5162053 100644 --- a/lib/game/pinball_game.dart +++ b/lib/game/pinball_game.dart @@ -115,7 +115,7 @@ class DebugPinballGame extends PinballGame with TapDetector { @override Future onLoad() async { await super.onLoad(); - // await _loadBackground(); + await _loadBackground(); } // TODO(alestiago): Move to PinballGame once we have the real background