diff options
| author | Dave Parks <davep@lindenlab.com> | 2022-12-02 09:56:42 -0600 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2022-12-02 09:56:42 -0600 |
| commit | ed2b768da29f8dc4f96b463fe4d4087deab75a37 (patch) | |
| tree | 0a18a9a0c283a67e1c3786f4aecf88aadb236046 /indra/newview/llreflectionmapmanager.h | |
| parent | b095194267389b0f5512fb14f18338bd256f3e81 (diff) | |
SL-18745 Fix for assert on teleport.
Diffstat (limited to 'indra/newview/llreflectionmapmanager.h')
| -rw-r--r-- | indra/newview/llreflectionmapmanager.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llreflectionmapmanager.h b/indra/newview/llreflectionmapmanager.h index 4e2ff7c751..14a6c089da 100644 --- a/indra/newview/llreflectionmapmanager.h +++ b/indra/newview/llreflectionmapmanager.h @@ -97,6 +97,9 @@ public: private: friend class LLPipeline; + // initialize mCubeFree array to default values + void initCubeFree(); + // delete the probe with the given index in mProbes void deleteProbe(U32 i); |
