diff --git a/leenkx/Sources/leenkx/trait/physics/PhysicsConstraint.hx b/leenkx/Sources/leenkx/trait/physics/PhysicsConstraint.hx index 1d6ea38..eeb5358 100644 --- a/leenkx/Sources/leenkx/trait/physics/PhysicsConstraint.hx +++ b/leenkx/Sources/leenkx/trait/physics/PhysicsConstraint.hx @@ -9,10 +9,10 @@ class PhysicsConstraint extends iron.Trait { public function new() { super(); } #if lnx_bullet typedef PhysicsConstraint = leenkx.trait.physics.bullet.PhysicsConstraint; - typedef ConstraintAxis = armory.trait.physics.bullet.PhysicsConstraint.ConstraintAxis; + typedef ConstraintAxis = leenkx.trait.physics.bullet.PhysicsConstraint.ConstraintAxis; #else 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