From 13eed1480590c0bc51feed958806c5d7bf31fae7 Mon Sep 17 00:00:00 2001 From: BLUELOVETH Date: Fri, 4 Aug 2023 13:35:02 +0800 Subject: [PATCH] ... --- docs/modules/box2d.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/box2d.md b/docs/modules/box2d.md index d1b80324..78ce6eac 100644 --- a/docs/modules/box2d.md +++ b/docs/modules/box2d.md @@ -145,5 +145,5 @@ class Body: import box2d world = box2d.World() -body = world.create_body() +body = box2d.Body(world) ``` \ No newline at end of file