summaryrefslogtreecommitdiff
path: root/indra/newview/llreflectionmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llreflectionmap.h')
-rw-r--r--indra/newview/llreflectionmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llreflectionmap.h b/indra/newview/llreflectionmap.h
index a23bdc3a98..e97b28c855 100644
--- a/indra/newview/llreflectionmap.h
+++ b/indra/newview/llreflectionmap.h
@@ -52,7 +52,7 @@ public:
// update this environment map
// resolution - size of cube map to generate
- void update(U32 resolution, U32 face, bool force_dynamic = false);
+ void update(U32 resolution, U32 face, bool force_dynamic = false, F32 near_clip = -1.f);
// for volume partition probes, try to place this probe in the best spot
void autoAdjustOrigin();