removing todo

pull/187/head
Erick Zanardo 3 years ago
parent 665f24163e
commit 5ea0c126ad

@ -16,9 +16,7 @@ class Backboard extends PositionComponent with HasGameRef {
Backboard({ Backboard({
required Vector2 position, required Vector2 position,
}) : super( }) : super(
// TODO(erickzanardo): remove multiply after position: position,
// https://github.com/flame-engine/flame/pull/1506 is merged
position: position..clone().multiply(Vector2(1, -1)),
anchor: Anchor.bottomCenter, anchor: Anchor.bottomCenter,
); );

Loading…
Cancel
Save