diff options
author | Rider Linden <rider@lindenlab.com> | 2016-09-16 16:00:07 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2016-09-16 16:00:07 -0700 |
commit | 8d86f5a0c457fceff5923fb7ca32259b2718addc (patch) | |
tree | b374188accf39136045590254133d0bc2e62d47c /indra/newview/llappviewer.cpp | |
parent | 68b8d2658a741617ae9844824090efe922da1edd (diff) | |
parent | 51bb369a39142ff5049f753099f9638ce68b95dc (diff) |
Merge
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index b8d511804d..72e5eefc49 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -203,6 +203,7 @@ #include "llcommandlineparser.h" #include "llfloatermemleak.h" #include "llfloaterreg.h" +#include "llfloateroutfitsnapshot.h" #include "llfloatersnapshot.h" #include "llfloaterinventory.h" @@ -1421,6 +1422,7 @@ bool LLAppViewer::frame() display(); pingMainloopTimeout("Main:Snapshot"); LLFloaterSnapshot::update(); // take snapshots + LLFloaterOutfitSnapshot::update(); gGLActive = FALSE; } } |