mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
fix CreateMotorJoint param type
This commit is contained in:
Vendored
+1
-1
@@ -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