diff options
| author | Dave Parks <davep@lindenlab.com> | 2021-11-20 18:49:19 +0000 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2021-11-20 18:49:19 +0000 |
| commit | 28f9fb06a9f4cb9edccb2ff8132c7f6a9b27c060 (patch) | |
| tree | e3096bac94279dded08731dcc4f042d81dc2bfac /indra/newview/llappviewer.cpp | |
| parent | 3171aaad9b1f2757f8b0d8cbb784a45a7bbebafa (diff) | |
SL-16289 Rigged mesh rendering overhaul
Diffstat (limited to 'indra/newview/llappviewer.cpp')
| -rw-r--r-- | indra/newview/llappviewer.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 52ef2966ce..177558d38f 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1430,6 +1430,11 @@ bool LLAppViewer::doFrame() { LL_RECORD_BLOCK_TIME(FTM_FRAME); + if (!LLWorld::instanceExists()) + { + LLWorld::createInstance(); + } + LLEventPump& mainloop(LLEventPumps::instance().obtain("mainloop")); LLSD newFrame; |
