summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2013-09-25 13:52:10 -0700
committerGraham Linden <graham@lindenlab.com>2013-09-25 13:52:10 -0700
commitf48581b62523670558f6a9fb01fa012d3dc9d61e (patch)
tree2166c3df202cb4bb0806d8b89188e000b4f6002c /indra
parentd31010512154ef1806281552f639e492bdde7fcd (diff)
Fix decl of merged genBBoxes func to match merge impl
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llface.h2
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();