mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
Fix first person camera for beast races
This commit is contained in:
parent
b0b55e2037
commit
2869424847
@ -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…
x
Reference in New Issue
Block a user