mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-04 03:40:14 +00:00
c1e50f530b
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.