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