mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 21:10:30 +00:00
Merge pull request #5656 from ekliot/vendor-box2d-bindings
`vendor:box2d` fix CreateMotorJoint proc signature
This commit is contained in:
2
vendor/box2d/box2d.odin
vendored
2
vendor/box2d/box2d.odin
vendored
@@ -1370,7 +1370,7 @@ foreign lib {
|
||||
|
||||
// Create a motor joint
|
||||
// @see b2MotorJointDef for details
|
||||
CreateMotorJoint :: proc(worldId: WorldId, def: MotorJointDef) -> JointId ---
|
||||
CreateMotorJoint :: proc(worldId: WorldId, #by_ptr def: MotorJointDef) -> JointId ---
|
||||
|
||||
// Set the motor joint linear offset target
|
||||
MotorJoint_SetLinearOffset :: proc(jointId: JointId, linearOffset: Vec2) ---
|
||||
|
||||
Reference in New Issue
Block a user