diff options
author | Euclid Linden <euclid@lindenlab.com> | 2021-11-22 23:10:33 +0000 |
---|---|---|
committer | Euclid Linden <euclid@lindenlab.com> | 2021-11-22 23:10:33 +0000 |
commit | c2f96c78266e1a8191a4b1b2c9a832f1b7f128ea (patch) | |
tree | d79b73f0e5c95d85eef3bad71ced9ce022ade907 /indra/newview/llworld.cpp | |
parent | 40f2e70875db857c70b08369410046da6d873967 (diff) | |
parent | 8425c6429299590653d6a40cd127d9fbed4c76d7 (diff) |
Merged in euclid-13565-2 (pull request #782)
Condition reflection pass on non-void water occlusion queries directly, when occlusion is enabled
Approved-by: Dave Parks
Approved-by: Michael Pohoreski
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; |