Skip to content

Commit

Permalink
fix: circle_stress.dart bullet
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago committed Oct 30, 2023
1 parent cd9d559 commit f2c2e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/forge2d/example/web/circle_stress.dart
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class CircleStress extends Demo {
body.createFixture(fixtureDef);
}

body.bullet = false;
body.isBullet = false;

// Create an empty ground body.
final bodyDef = BodyDef();
Expand Down

0 comments on commit f2c2e0b

Please sign in to comment.