From 68fc76372611959eec5177b48a32a64c6c4653ed Mon Sep 17 00:00:00 2001 From: RuiAlonso Date: Thu, 7 Apr 2022 13:55:43 +0200 Subject: [PATCH] chore: analysis error --- lib/game/components/sparky_fire_zone.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/game/components/sparky_fire_zone.dart b/lib/game/components/sparky_fire_zone.dart index 8469a9f7..51a93e0c 100644 --- a/lib/game/components/sparky_fire_zone.dart +++ b/lib/game/components/sparky_fire_zone.dart @@ -32,8 +32,6 @@ class _SparkyBumperController extends ComponentController bool isActivated = false; /// Registers when a [SparkyBumper] is hit by a [Ball]. - /// - /// Triggered by [ControlledSparkyBumperBallContactCallback]. void hit() { if (isActivated) { component.deactivate();