RLVa impl updated to that used in v3. Hooked RLVa restrictions back into wearables. New RLVa floater: 'Locks...' Also updated 'Restrictions...' floater.
This commit is contained in:
@@ -177,7 +177,7 @@
|
||||
#include "llviewerregion.h"
|
||||
#include "llviewershadermgr.h"
|
||||
#include "llviewerstats.h"
|
||||
#include "llvoavatar.h"
|
||||
#include "llvoavatarself.h"
|
||||
#include "llvovolume.h"
|
||||
#include "llworld.h"
|
||||
#include "llworldmapview.h"
|
||||
@@ -2057,6 +2057,12 @@ void LLViewerWindow::shutdownGL()
|
||||
gSky.cleanup();
|
||||
stop_glerror();
|
||||
|
||||
llinfos << "Cleaning up pipeline" << llendl;
|
||||
gPipeline.cleanup();
|
||||
stop_glerror();
|
||||
|
||||
//MUST clean up pipeline before cleaning up wearables
|
||||
llinfos << "Cleaning up wearables" << llendl;
|
||||
LLWearableList::instance().cleanup() ;
|
||||
|
||||
gTextureList.shutdown();
|
||||
@@ -2067,10 +2073,6 @@ void LLViewerWindow::shutdownGL()
|
||||
|
||||
LLWorldMapView::cleanupTextures();
|
||||
|
||||
llinfos << "Cleaning up pipeline" << llendl;
|
||||
gPipeline.cleanup();
|
||||
stop_glerror();
|
||||
|
||||
LLViewerTextureManager::cleanup() ;
|
||||
LLImageGL::cleanupClass() ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user