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