pull/70/head
Erick Zanardo 4 years ago
parent ca7e257122
commit 03609342e3

@ -150,8 +150,7 @@ class Pathway extends BodyComponent with InitialPosition, Layered {
final fixturesDef = <FixtureDef>[];
for (final path in _paths) {
final chain = ChainShape()
..createChain(path);
final chain = ChainShape()..createChain(path);
fixturesDef.add(FixtureDef(chain));
}

Loading…
Cancel
Save