1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-10 15:39:02 +00:00

New game crash fix

This commit is contained in:
scrawl 2015-05-23 05:40:24 +02:00
parent 0fb59178b6
commit 8092f37ce5

View File

@ -351,12 +351,6 @@ namespace MWRender
void Camera::setAnimation(NpcAnimation *anim)
{
// If we're switching to a new NpcAnimation, ensure the old one is
// using a normal view mode
if(mAnimation && mAnimation != anim)
{
mAnimation->setViewMode(NpcAnimation::VM_Normal);
}
mAnimation = anim;
processViewChange();