fix: show background

pull/115/head
RuiAlonso 4 years ago
parent da9440ac6a
commit 00c1f11185

@ -114,7 +114,7 @@ class DebugPinballGame extends PinballGame with TapDetector {
@override
Future<void> onLoad() async {
await super.onLoad();
//await _loadBackground();
await _loadBackground();
}
// TODO(alestiago): Move to PinballGame once we have the real background

Loading…
Cancel
Save