[Local Textures] These should persist through relogs, duh!

This commit is contained in:
Lirusaito
2019-02-09 19:53:30 -05:00
parent 136cffbab9
commit 1df39f81ee
4 changed files with 83 additions and 19 deletions

View File

@@ -217,6 +217,7 @@
#include "generichandlers.h"
// <edit>
#include "floaterlocalassetbrowse.h"
#include "llpanellogin.h"
//#include "llfloateravatars.h"
//#include "llactivation.h"
@@ -890,6 +891,8 @@ bool idle_startup()
LLToolMgr::getInstance()->initTools();
display_startup();
// Load local textures now, maybe someone wants to use them in UI (why?)
LocalAssetBrowser::instance(); // <edit/>
// Quickly get something onscreen to look at.
gViewerWindow->initWorldUI();
display_startup();