feat: unawait add operation

pull/32/head^2
alestiago 4 years ago
parent edba5b858f
commit c26464bbcf

@ -37,11 +37,13 @@ class PinballGame extends Forge2DGame
await add(BottomWall(this));
addContactCallback(BottomWallBallContactCallback());
await add(
unawaited(
add(
FlipperGroup(
position: flippersPosition,
spacing: 2,
),
),
);
}
}

Loading…
Cancel
Save