forked from LeenkxTeam/LNXSDK
Update leenkx/Sources/leenkx/trait/physics/bullet/PhysicsWorld.hx
This commit is contained in:
parent
27bd360317
commit
c08e1d3835
@ -182,8 +182,8 @@ class PhysicsWorld extends Trait {
|
||||
#else
|
||||
world = new bullet.Bt.DiscreteDynamicsWorld(dispatcher, broadphase, solver, collisionConfiguration);
|
||||
#end
|
||||
// Set the solver iterations from Blender's rigid body world
|
||||
setSolverIterations(world, solverIterations);
|
||||
// TO DO: Set the solver iterations from Blender's rigid body world
|
||||
// setSolverIterations(world, solverIterations);
|
||||
setGravity(gravity);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user