From 331cf5800956e6103ddeafe7c26c3b0c38ba91b5 Mon Sep 17 00:00:00 2001 From: alestiago Date: Tue, 29 Mar 2022 12:58:29 +0100 Subject: [PATCH] docs: updated TODO comment --- lib/game/pinball_game.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,