From c6659ab4ee603833c9d4d775f473e85e1f63a3e6 Mon Sep 17 00:00:00 2001 From: alestiago Date: Wed, 30 Mar 2022 12:37:07 +0100 Subject: [PATCH] docs: removed extra paragraph --- lib/game/components/flutter_forest.dart | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/game/components/flutter_forest.dart b/lib/game/components/flutter_forest.dart index 673949f9..3d643a36 100644 --- a/lib/game/components/flutter_forest.dart +++ b/lib/game/components/flutter_forest.dart @@ -102,9 +102,6 @@ abstract class DashNestBumper extends BodyComponent bool _active = false; /// Whether this [DashNestBumper] is active. - /// - /// The only difference between an active and inactive [DashNestBumper] is that - /// they show different sprites. // TODO(alestiago): Question if we want this ephemeral state to be stores as // so. bool get active => _active;