refactor: uncommented code

pull/119/head
alestiago 4 years ago
parent 92723a2843
commit 55e912da26

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

Loading…
Cancel
Save