Skip to content
Snippets Groups Projects
Commit f48581b6 authored by Graham Linden's avatar Graham Linden
Browse files

Fix decl of merged genBBoxes func to match merge impl

parent d3101051
No related branches found
No related tags found
No related merge requests found
...@@ -195,7 +195,7 @@ class LLFace ...@@ -195,7 +195,7 @@ class LLFace
void setSize(S32 numVertices, S32 num_indices = 0, bool align = false); void setSize(S32 numVertices, S32 num_indices = 0, bool align = false);
BOOL genVolumeBBoxes(const LLVolume &volume, S32 f, 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 init(LLDrawable* drawablep, LLViewerObject* objp);
void destroy(); void destroy();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment