mirror of https://github.com/OpenMW/openmw.git
Calls directly MovementSolver::traceDown instead of
PhysicsSystem::traceDown before inserting into mActors. The latter does nothing until the actor is inserted into mActors. We can't move the call after the insertion either because then the actor is part of the simulation, and we'd have a race.pull/3097/head
parent
8ad3d3d792
commit
c1e50f530b
Loading…
Reference in New Issue