From 067d83b640d3fae45098ef8bc71e913c1eb65a44 Mon Sep 17 00:00:00 2001 From: mobserveur Date: Thu, 11 Sep 2025 18:50:58 +0200 Subject: Fix for multithreaded textures on Mac and more optimisations This commit fixes an issue with the multithreaded textures option on Mac and adds some more optimisations. --- indra/newview/llreflectionmapmanager.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'indra/newview/llreflectionmapmanager.h') diff --git a/indra/newview/llreflectionmapmanager.h b/indra/newview/llreflectionmapmanager.h index b874bb1c17..c12a87cade 100644 --- a/indra/newview/llreflectionmapmanager.h +++ b/indra/newview/llreflectionmapmanager.h @@ -210,15 +210,11 @@ private: void doProbeUpdate(); // update the specified face of the specified probe - void updateProbeFace(LLReflectionMap* probe, U32 face, bool progressive = false); + void updateProbeFace(LLReflectionMap* probe, U32 face); void updateProbeIrradiance(LLReflectionMap* probe); void updateProbeRadiance(LLReflectionMap* probe); - void updateProbeIrradianceOnFace(LLReflectionMap* probe, U32 face, S32 sourceIdx); - void updateProbeRadianceOnFace(LLReflectionMap* probe, U32 face, S32 sourceIdx); - - // list of active reflection maps std::vector > mProbes; -- cgit v1.2.3