diff options
author | PavelK ProductEngine <pkrivich@productengine.com> | 2013-07-22 21:32:22 +0300 |
---|---|---|
committer | PavelK ProductEngine <pkrivich@productengine.com> | 2013-07-22 21:32:22 +0300 |
commit | 721a2ac06a8561efc822581c7d0c4c8bb2f37377 (patch) | |
tree | 4ef04dfc859dccbf122d9fe3d538866d1e828685 /indra/newview/llface.h | |
parent | 53471d762d956c4fedc85df324c84bf306d08d21 (diff) |
MAINT-2717 FIX Cannot see kittycorner SLS region from Sunshine region
Diffstat (limited to 'indra/newview/llface.h')
-rwxr-xr-x | indra/newview/llface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llface.h b/indra/newview/llface.h index 763634a3ab..0687544d53 100755 --- a/indra/newview/llface.h +++ b/indra/newview/llface.h @@ -195,7 +195,7 @@ public: void setSize(S32 numVertices, S32 num_indices = 0, bool align = false); BOOL genVolumeBBoxes(const LLVolume &volume, S32 f, - const LLMatrix4& mat, BOOL global_volume = FALSE); + const LLMatrix4& mat, const LLMatrix3& inv_trans_mat, BOOL global_volume = FALSE); void init(LLDrawable* drawablep, LLViewerObject* objp); void destroy(); |