summaryrefslogtreecommitdiff
path: root/indra/newview/llreflectionmap.h
diff options
context:
space:
mode:
authorJonathan "Geenz" Goodman <geenz@geenzo.com>2023-08-24 12:51:19 -0700
committerJonathan "Geenz" Goodman <geenz@geenzo.com>2023-08-24 12:51:19 -0700
commit316052024958dde817a8d0809c77e29ec4cef64c (patch)
tree720dc9486ac740f9647525d12c53f63a33a935ca /indra/newview/llreflectionmap.h
parent0eba1396dcc7ec5c32124dbfd48abb75c1a5b524 (diff)
Fix the probe flashing, and avatars.
DRTVWR-583
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 831a6358ee..a23bdc3a98 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);
+ void update(U32 resolution, U32 face, bool force_dynamic = false);
// for volume partition probes, try to place this probe in the best spot
void autoAdjustOrigin();