mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-04-01 01:36:44 +00:00
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);
|
mAnimation->setViewMode(NpcAnimation::VM_FirstPerson);
|
||||||
mTrackingNode = mAnimation->getNode("Camera");
|
mTrackingNode = mAnimation->getNode("Camera");
|
||||||
|
if (!mTrackingNode)
|
||||||
|
mTrackingNode = mAnimation->getNode("Head");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue