moisesjpelaez - Oimo Physics
This commit is contained in:
@ -9,10 +9,10 @@ class PhysicsConstraint extends iron.Trait { public function new() { super(); }
|
|||||||
|
|
||||||
#if lnx_bullet
|
#if lnx_bullet
|
||||||
typedef PhysicsConstraint = leenkx.trait.physics.bullet.PhysicsConstraint;
|
typedef PhysicsConstraint = leenkx.trait.physics.bullet.PhysicsConstraint;
|
||||||
typedef ConstraintAxis = armory.trait.physics.bullet.PhysicsConstraint.ConstraintAxis;
|
typedef ConstraintAxis = leenkx.trait.physics.bullet.PhysicsConstraint.ConstraintAxis;
|
||||||
#else
|
#else
|
||||||
typedef PhysicsConstraint = leenkx.trait.physics.oimo.PhysicsConstraint;
|
typedef PhysicsConstraint = leenkx.trait.physics.oimo.PhysicsConstraint;
|
||||||
typedef ConstraintAxis = armory.trait.physics.oimo.PhysicsConstraint.ConstraintAxis;
|
typedef ConstraintAxis = leenkx.trait.physics.oimo.PhysicsConstraint.ConstraintAxis;
|
||||||
#end
|
#end
|
||||||
|
|
||||||
#end
|
#end
|
||||||
|
Reference in New Issue
Block a user