From 00c1f111859a44954da0e8639316a1ba5e8b4cd4 Mon Sep 17 00:00:00 2001 From: RuiAlonso Date: Thu, 31 Mar 2022 20:58:52 +0200 Subject: [PATCH] fix: show background --- 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 1f36a8d3..63dc4f95 100644 --- a/lib/game/pinball_game.dart +++ b/lib/game/pinball_game.dart @@ -114,7 +114,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