MAINT-8417 Fixed startup crash in doFrame() after failing to access vfs cache
parent
75f5df57b4
commit
36060a613a
|
|
@ -1399,7 +1399,8 @@ bool LLAppViewer::doFrame()
|
|||
// Scan keyboard for movement keys. Command keys and typing
|
||||
// are handled by windows callbacks. Don't do this until we're
|
||||
// done initializing. JC
|
||||
if ((gHeadlessClient || gViewerWindow->getWindow()->getVisible())
|
||||
if (gViewerWindow
|
||||
&& (gHeadlessClient || gViewerWindow->getWindow()->getVisible())
|
||||
&& gViewerWindow->getActive()
|
||||
&& !gViewerWindow->getWindow()->getMinimized()
|
||||
&& LLStartUp::getStartupState() == STATE_STARTED
|
||||
|
|
|
|||
Loading…
Reference in New Issue