1
0
Fork 0
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:
scrawl 2014-10-02 14:23:13 +02:00
parent afbd2de511
commit cc63f7f051

View file

@ -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;