diff options
author | Richard Linden <none@none> | 2012-09-28 10:45:14 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2012-09-28 10:45:14 -0700 |
commit | 38354e19063478c8cda0408547ad05023b457041 (patch) | |
tree | e2e5f1a6a10adc3b7d8bd5711e7eda9c89f6cf6a /indra/newview/llappviewer.cpp | |
parent | 07c4be092b276f0d7c14ba12872efb31c1f16764 (diff) |
SH-3275 WIP Run viewer metrics for object update messages
created separate constructor for static allocation of sampler buffer
fixed start/stop/resume semantics of samplers and added sampler time interval tracking
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index fcbef491fe..0bb87dfa6c 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -60,7 +60,7 @@ #include "llcurl.h" #include "llcalc.h" #include "lltexturestats.h" -#include "lltexturestats.h" +#include "lltrace.h" #include "llviewerwindow.h" #include "llviewerdisplay.h" #include "llviewermedia.h" |