Oh gawd this is gonna conflict with Shyotl..

but you people wanted Render Weight for some reason... so here it is...
Now we'll send it to the server, rejoice.
This commit is contained in:
Lirusaito
2016-04-12 20:02:25 -04:00
parent 9fee430d7d
commit 56bc3ae67a
9 changed files with 607 additions and 144 deletions

View File

@@ -89,6 +89,7 @@
#include "llcrashlogger.h"
#include "llweb.h"
#include "llsecondlifeurls.h"
#include "llavatarrenderinfoaccountant.h"
// Linden library includes
#include "llavatarnamecache.h"
@@ -4192,6 +4193,9 @@ void LLAppViewer::idle()
gObjectList.updateApparentAngles(gAgent);
}
// Update AV render info
LLAvatarRenderInfoAccountant::idle();
// Execute deferred tasks.
{
LAZY_FT("DeferredTaskRun");