mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
Fix another bug related to vanity mode toggle
This commit is contained in:
parent
c47a679ac9
commit
a00e4de5c3
@ -203,7 +203,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 (isFirstPerson() && !mAnimation->upperBodyReady())
|
||||
if (mFirstPersonView && !mAnimation->upperBodyReady())
|
||||
{
|
||||
mVanityToggleQueued = true;
|
||||
mVanityToggleQueuedValue = enable;
|
||||
|
Loading…
x
Reference in New Issue
Block a user