diff options
author | Jonathan "Geenz" Goodman <geenz@geenzo.com> | 2023-06-28 13:27:15 -0400 |
---|---|---|
committer | Jonathan "Geenz" Goodman <geenz@geenzo.com> | 2023-06-28 13:27:15 -0400 |
commit | 5ade456ee796aeb779302016b9ee9d418c728a22 (patch) | |
tree | 04f96e3c48462483828367c05f046fa2533490ad /indra/newview/llreflectionmapmanager.h | |
parent | d8dd4d9c0cd4554704cbe15b5502f4d87a4674ad (diff) |
Make sure we're passing the cube array as a parameter to updateProbeFace.
DRTVWR-583
Diffstat (limited to 'indra/newview/llreflectionmapmanager.h')
-rw-r--r-- | indra/newview/llreflectionmapmanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llreflectionmapmanager.h b/indra/newview/llreflectionmapmanager.h index 2ca9a8d598..1275617e0a 100644 --- a/indra/newview/llreflectionmapmanager.h +++ b/indra/newview/llreflectionmapmanager.h @@ -150,7 +150,7 @@ private: void doHeroProbeUpdate(); // update the specified face of the specified probe - void updateProbeFace(LLReflectionMap* probe, U32 face, U32 probeResolution); + void updateProbeFace(LLReflectionMap* probe, U32 face, U32 probeResolution, LLPointer<LLCubeMapArray> cubeArray); // list of active reflection maps std::vector<LLPointer<LLReflectionMap> > mProbes; |