summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.h
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2009-11-05 17:12:18 -0600
committerDave Parks <davep@lindenlab.com>2009-11-05 17:12:18 -0600
commit1c495c56c1011f4514d96b75cbcfb5a8256de78f (patch)
treea339f94beb753b2a6429c46c93de03d8169cda84 /indra/newview/pipeline.h
parentebad60bf1dcd6839ac57ced2edc93de0daffd8b9 (diff)
Fix for crash on teleport to mesh enabled region.
Fix for flashing meshes on LOD switch.
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r--indra/newview/pipeline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h
index bf654f88b1..3300f866e3 100644
--- a/indra/newview/pipeline.h
+++ b/indra/newview/pipeline.h
@@ -280,7 +280,7 @@ public:
//mesh management functions
- void loadMesh(LLVOVolume* volume, LLUUID mesh_id);
+ void loadMesh(LLVOVolume* volume, LLUUID mesh_id, S32 detail = 0);
void addTrianglesDrawn(S32 count);
BOOL hasRenderType(const U32 type) const { return (type && (mRenderTypeMask & (1<<type))) ? TRUE : FALSE; }