docs: updated TODO comment

pull/103/head
alestiago 4 years ago
parent 70ce4976f1
commit 331cf58009

@ -101,7 +101,8 @@ class DebugPinballGame extends PinballGame with TapDetector {
await _loadBackground(); await _loadBackground();
} }
// TODO(alestiago): Remove once it is no longer needed. // TODO(alestiago): Move to PinballGame once we have the real background
// component.
Future<void> _loadBackground() async { Future<void> _loadBackground() async {
final sprite = await loadSprite( final sprite = await loadSprite(
Assets.images.components.background.path, Assets.images.components.background.path,

Loading…
Cancel
Save