refactor: removed condition

pull/172/head
alestiago 4 years ago
parent 59de86c69e
commit e49cf99f71

@ -22,7 +22,7 @@ class GoogleLetterGame extends BasicBallGame {
camera.followVector2(Vector2.zero());
await add(GoogleLetter.letter1());
if (trace) await traceAllBodies();
await traceAllBodies();
}
}

Loading…
Cancel
Save