chore: analysis error

pull/154/head
RuiAlonso 4 years ago
parent f2cf4acdfa
commit 68fc763726

@ -32,8 +32,6 @@ class _SparkyBumperController extends ComponentController<SparkyBumper>
bool isActivated = false;
/// Registers when a [SparkyBumper] is hit by a [Ball].
///
/// Triggered by [ControlledSparkyBumperBallContactCallback].
void hit() {
if (isActivated) {
component.deactivate();

Loading…
Cancel
Save