diff options
author | Dave Houlton <euclid@lindenlab.com> | 2021-11-19 15:51:53 -0700 |
---|---|---|
committer | Dave Houlton <euclid@lindenlab.com> | 2021-11-22 15:22:29 -0700 |
commit | 8425c6429299590653d6a40cd127d9fbed4c76d7 (patch) | |
tree | d79b73f0e5c95d85eef3bad71ced9ce022ade907 /indra/newview/llworld.cpp | |
parent | 100f53dd5a0453af4c2509033d0f93d8c4b0691d (diff) |
SL-13565 restore the trampled tracy zones
Diffstat (limited to 'indra/newview/llworld.cpp')
-rw-r--r-- | indra/newview/llworld.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llworld.cpp b/indra/newview/llworld.cpp index d5cce6a52a..d7f16713d2 100644 --- a/indra/newview/llworld.cpp +++ b/indra/newview/llworld.cpp @@ -885,6 +885,7 @@ void LLWorld::waterHeightRegionInfo(std::string const& sim_name, F32 water_heigh void LLWorld::precullWaterObjects(LLCamera& camera, LLCullResult* cull, bool include_void_water) { + LL_PROFILE_ZONE_SCOPED; if (!gAgent.getRegion()) { return; |