diff options
author | Graham Linden <graham@lindenlab.com> | 2013-09-25 13:52:10 -0700 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2013-09-25 13:52:10 -0700 |
commit | f48581b62523670558f6a9fb01fa012d3dc9d61e (patch) | |
tree | 2166c3df202cb4bb0806d8b89188e000b4f6002c /indra/newview/llface.h | |
parent | d31010512154ef1806281552f639e492bdde7fcd (diff) |
Fix decl of merged genBBoxes func to match merge impl
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 fe16920aa4..c9037ce1eb 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_vert_in, const LLMatrix3& mat_normal_in, BOOL global_volume = FALSE); + const LLMatrix4& mat_vert_in, BOOL global_volume = FALSE); void init(LLDrawable* drawablep, LLViewerObject* objp); void destroy(); |