Skip to content

Commit 724e410

Browse files
committed
fix example
1 parent cbec05b commit 724e410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/ContinuousTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let bullet: Body;
1616
let angularVelocity: number;
1717

1818
const ground = world.createBody({
19-
type: "dynamic",
19+
type: "static",
2020
position: { x: 0.0, y: 0.0 },
2121
});
2222

0 commit comments

Comments
 (0)