mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-26 08:41:35 +00:00
Fix head tracking for NPCs
This commit is contained in:
parent
6bcea21e14
commit
c90841d649
1 changed files with 0 additions and 1 deletions
|
@ -850,7 +850,6 @@ void NpcAnimation::addControllers()
|
||||||
Animation::addControllers();
|
Animation::addControllers();
|
||||||
|
|
||||||
mFirstPersonNeckController = NULL;
|
mFirstPersonNeckController = NULL;
|
||||||
mHeadController = NULL;
|
|
||||||
WeaponAnimation::deleteControllers();
|
WeaponAnimation::deleteControllers();
|
||||||
|
|
||||||
if (mViewMode == VM_FirstPerson)
|
if (mViewMode == VM_FirstPerson)
|
||||||
|
|
Loading…
Reference in a new issue