forked from mirror/openmw-tes3mp
Fix first person camera for beast races
This commit is contained in:
parent
b0b55e2037
commit
2869424847
1 changed files with 2 additions and 0 deletions
|
@ -362,6 +362,8 @@ namespace MWRender
|
|||
{
|
||||
mAnimation->setViewMode(NpcAnimation::VM_FirstPerson);
|
||||
mTrackingNode = mAnimation->getNode("Camera");
|
||||
if (!mTrackingNode)
|
||||
mTrackingNode = mAnimation->getNode("Head");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue