summaryrefslogtreecommitdiff
path: root/indra/newview/llvovolume.cpp
diff options
context:
space:
mode:
authorPavelK ProductEngine <pkrivich@productengine.com>2013-07-22 21:32:22 +0300
committerPavelK ProductEngine <pkrivich@productengine.com>2013-07-22 21:32:22 +0300
commit721a2ac06a8561efc822581c7d0c4c8bb2f37377 (patch)
tree4ef04dfc859dccbf122d9fe3d538866d1e828685 /indra/newview/llvovolume.cpp
parent53471d762d956c4fedc85df324c84bf306d08d21 (diff)
MAINT-2717 FIX Cannot see kittycorner SLS region from Sunshine region
Diffstat (limited to 'indra/newview/llvovolume.cpp')
-rwxr-xr-xindra/newview/llvovolume.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp
index e3bd2b8621..dd161f84c1 100755
--- a/indra/newview/llvovolume.cpp
+++ b/indra/newview/llvovolume.cpp
@@ -1481,7 +1481,7 @@ BOOL LLVOVolume::genBBoxes(BOOL force_global)
continue;
}
res &= face->genVolumeBBoxes(*volume, i,
- mRelativeXform,
+ mRelativeXform, mRelativeXformInvTrans,
(mVolumeImpl && mVolumeImpl->isVolumeGlobal()) || force_global);
if (rebuild)