mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 15:59:54 +00:00
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
|
||||
// anything important, queue the view change for later
|
||||
if (!mPreviewMode)
|
||||
if (isFirstPerson() && !mAnimation->upperBodyReady())
|
||||
{
|
||||
mVanityToggleQueued = true;
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue