From beda44b19c4d7b7da8b20a0cee0540f51312af25 Mon Sep 17 00:00:00 2001 From: Rui Miguel Alonso Date: Mon, 14 Mar 2022 16:29:21 +0100 Subject: [PATCH] Update lib/game/components/jetpack_ramp.dart Co-authored-by: Erick --- lib/game/components/jetpack_ramp.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/game/components/jetpack_ramp.dart b/lib/game/components/jetpack_ramp.dart index 7ef2b561..96f48131 100644 --- a/lib/game/components/jetpack_ramp.dart +++ b/lib/game/components/jetpack_ramp.dart @@ -14,8 +14,7 @@ class JetpackRamp extends PositionComponent with HasGameRef { /// {@macro jetpack_ramp} JetpackRamp({ required Vector2 position, - }) : _position = position, - super(); + }) : _position = position; final double _radius = 200; final double _width = 80;