chore: included TODO comment

pull/7/head
alestiago 4 years ago
parent 149ee8c197
commit f6e15a3f26

@ -17,6 +17,8 @@ class BallScorePointsCallback extends ContactCallback<Ball, ScorePoints> {
ball.gameRef.read<GameBloc>().add(Scored(points: hasPoints.points)); ball.gameRef.read<GameBloc>().add(Scored(points: hasPoints.points));
} }
// TODO(alestiago): remove if the PR gets merged.
// https://github.com/flame-engine/flame/pull/1415
@override @override
void end(Ball _, ScorePoints __, Contact ___) {} void end(Ball _, ScorePoints __, Contact ___) {}
} }

Loading…
Cancel
Save