We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b429c commit d06cd11Copy full SHA for d06cd11
README.md
@@ -70,7 +70,7 @@ pub fn main() !void {
70
&initial_transform,
71
box_shape.asShape(),
72
);
73
- defer body.deinit();
+ defer box_body.deinit();
74
75
// Add body to the physics world.
76
world.addBody(box_body);
0 commit comments