This commit is contained in:
blueloveTH 2023-08-20 15:17:53 +08:00
parent d36ad2081b
commit d4a90c9788

View File

@ -167,4 +167,6 @@ void PyWorld::_register(VM* vm, PyObject* mod, PyObject* type){
b2Joint* p = self.world.CreateJoint(&def); b2Joint* p = self.world.CreateJoint(&def);
return VAR(p); // void_p return VAR(p); // void_p
}); });
}
} // namespace pkpy } // namespace pkpy