From 0f3cf23bd0ebe9ed68076716de733371518c31d8 Mon Sep 17 00:00:00 2001 From: alestiago Date: Wed, 2 Mar 2022 19:21:53 +0000 Subject: [PATCH] docs: changed PR url to issue url --- lib/game/components/score_points.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/game/components/score_points.dart b/lib/game/components/score_points.dart index d6d6632a..02506c8c 100644 --- a/lib/game/components/score_points.dart +++ b/lib/game/components/score_points.dart @@ -23,8 +23,8 @@ class BallScorePointsCallback extends ContactCallback { ball.gameRef.read().add(Scored(points: hasPoints.points)); } - // TODO(alestiago): remove if the PR gets merged. - // https://github.com/flame-engine/flame/pull/1415 + // TODO(alestiago): remove once this issue is closed. + // https://github.com/flame-engine/flame/issues/1414 @override void end(Ball _, ScorePoints __, Contact ___) {} }