1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 09:35:28 +00:00
Chris Robinson b666f1d551 Work around a problem with MWRender::Player::renderPlayer
NpcAnimation::setViewMode makes a call to the character controller, in the
mechanics manager, to forcefully update the character's state. This in turn
makes a call to the player's old NpcAniamtion object that was just deleted.

The mechanics manager will eventually remove and reinsert the player, so the
old character controller will be removed and a new one will get the right
Animation object again, but not in time for the setViewMode call.

There's many factors that all contribute to this run-around, which needs
discussion on how to best fix.
2013-04-26 01:30:36 -07:00
..
2010-08-07 20:25:17 +02:00
2012-11-04 12:13:04 +01:00
2013-03-03 19:52:20 +01:00
2013-04-25 23:42:20 -07:00
2013-04-07 01:52:35 -07:00
2013-03-03 19:52:20 +01:00
2012-04-11 18:53:13 +02:00
2013-04-07 01:52:35 -07:00
2013-02-26 14:54:53 +01:00
2013-04-17 20:57:22 +02:00