moisesjpelaez - Oimo Physics

This commit is contained in:
Onek8 2025-05-11 17:46:49 +00:00
parent b8c8ccad9d
commit c42e4c09a8

View File

@ -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