forked from teamnwah/openmw-tes3coop
Fix broken idle camera
This commit is contained in:
parent
afbd2de511
commit
cc63f7f051
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ namespace MWRender
|
||||||
{
|
{
|
||||||
// Changing the view will stop all playing animations, so if we are playing
|
// Changing the view will stop all playing animations, so if we are playing
|
||||||
// anything important, queue the view change for later
|
// anything important, queue the view change for later
|
||||||
if (!mPreviewMode)
|
if (isFirstPerson() && !mAnimation->upperBodyReady())
|
||||||
{
|
{
|
||||||
mVanityToggleQueued = true;
|
mVanityToggleQueued = true;
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue