1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-06 18:40:23 +00:00
elsid 617cd4ceb6
Make sure physics simulation does not reset flags for nonprocessed actors
Actor::getOnGround and Actor::getOnSlope is used to initialize ActorFrameData.
After a physics simulation the result is copied back. But when actor is outside
processing range, Actor::mInternalCollisionMode is false and physics simulation
does not recalculate OnGround and OnSlope flags. So the flags are always set to
false that makes actor play landing animation when they exit and then enter
actors processing range.
2022-05-24 23:25:35 +02:00
..
2022-05-21 10:48:32 +02:00
2022-05-22 09:29:03 +02:00
2022-05-22 18:53:38 -07:00
2022-05-15 10:03:58 -07:00
2022-05-23 21:27:32 -07:00
2022-05-22 09:29:03 +02:00
2016-12-15 13:09:40 +01:00
2021-10-05 22:51:12 +02:00