mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
...
This commit is contained in:
parent
d36ad2081b
commit
d4a90c9788
@ -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
|
Loading…
x
Reference in New Issue
Block a user