From 0b68e596b2fc18ef226630666e6161194d1ed3f6 Mon Sep 17 00:00:00 2001 From: Rui Miguel Alonso Date: Thu, 7 Apr 2022 17:22:01 +0200 Subject: [PATCH] Update lib/game/components/sparky_fire_zone.dart Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> --- lib/game/components/sparky_fire_zone.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/game/components/sparky_fire_zone.dart b/lib/game/components/sparky_fire_zone.dart index 51a93e0c..7ceb11c9 100644 --- a/lib/game/components/sparky_fire_zone.dart +++ b/lib/game/components/sparky_fire_zone.dart @@ -24,7 +24,7 @@ class ControlledSparkyBumper extends SparkyBumper class _SparkyBumperController extends ComponentController with HasGameRef { /// {@macro sparky_bumper_controller} - _SparkyBumperController(SparkyBumper sparkyBumper) : super(sparkyBumper); + _SparkyBumperController(ControlledSparkyBumper controlledSparkyBumper) : super(controlledSparkyBumper); /// Flag for activated state of the [SparkyBumper]. ///