diff --git a/lib/game/pinball_game.dart b/lib/game/pinball_game.dart index b34ea7db..89063a27 100644 --- a/lib/game/pinball_game.dart +++ b/lib/game/pinball_game.dart @@ -101,7 +101,8 @@ class DebugPinballGame extends PinballGame with TapDetector { await _loadBackground(); } - // TODO(alestiago): Remove once it is no longer needed. + // TODO(alestiago): Move to PinballGame once we have the real background + // component. Future _loadBackground() async { final sprite = await loadSprite( Assets.images.components.background.path,