mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-27 12:35:46 +00:00
35928cf4d3
- inline PhysicsSystem::applyQueuedMovements() into PhysicsSystem::stepSimulation() - rename PhysicsTaskScheduler::moveActors() to PhysicsTaskScheduler::applyQueuedMovements() - move the actor movement code from World::doPhysics() to PhysicsSystem::moveActors() (analogically to the projectile manager)