Skip to content

Commit d06cd11

Browse files
authored
fix: wrong variable name (#3)
1 parent e3b429c commit d06cd11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ pub fn main() !void {
7070
&initial_transform,
7171
box_shape.asShape(),
7272
);
73-
defer body.deinit();
73+
defer box_body.deinit();
7474
7575
// Add body to the physics world.
7676
world.addBody(box_body);

0 commit comments

Comments
 (0)