diff --git a/lib/game/components/flutter_forest.dart b/lib/game/components/flutter_forest.dart index 030533e9..14a7d869 100644 --- a/lib/game/components/flutter_forest.dart +++ b/lib/game/components/flutter_forest.dart @@ -134,6 +134,9 @@ abstract class DashNestBumper extends BodyComponent await super.onLoad(); await _loadSprites(); + // TODO(alestiago): Look into using onNewState instead. + // onNewState(gameRef.read()); + // Exception: build context is not available yet deactivate(); await add(_spriteComponent); }