fix: added renderBody removed

pull/164/head
RuiAlonso 4 years ago
parent 2b109b8623
commit 9777c934ab

@ -200,7 +200,7 @@ class _DinoBottomWall extends BodyComponent with InitialPosition {
@override @override
Future<void> onLoad() async { Future<void> onLoad() async {
await super.onLoad(); await super.onLoad();
//renderBody = false; renderBody = false;
await add(_DinoBottomWallSpriteComponent()); await add(_DinoBottomWallSpriteComponent());
} }

Loading…
Cancel
Save