diff --git a/leenkx/Sources/leenkx/trait/physics/KinematicCharacterController.hx b/leenkx/Sources/leenkx/trait/physics/KinematicCharacterController.hx index 71c48e5..ad6d2df 100644 --- a/leenkx/Sources/leenkx/trait/physics/KinematicCharacterController.hx +++ b/leenkx/Sources/leenkx/trait/physics/KinematicCharacterController.hx @@ -10,6 +10,10 @@ class KinematicCharacterController extends iron.Trait { public function new() { typedef KinematicCharacterController = leenkx.trait.physics.bullet.KinematicCharacterController; + #else + + typedef KinematicCharacterController = leenkx.trait.physics.oimo.KinematicCharacterController; + #end #end