mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 00:35:23 +00:00
Fix broken idle camera
This commit is contained in:
parent
afbd2de511
commit
cc63f7f051
@ -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…
x
Reference in New Issue
Block a user