diff options
author | Dave Parks <davep@lindenlab.com> | 2023-02-14 10:10:12 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2023-02-14 10:10:12 -0600 |
commit | 68c4ff7dce2bd519431238f6209238aba46dc0ba (patch) | |
tree | 8b4135011990ebf30aa29dc511c47bdaa2d2c92d /indra/newview/pipeline.h | |
parent | c87c1a1fa433904a4e77b6993827f344805d77a1 (diff) |
SL-18762 Fix for broken local lights on alpha when wearing a HUD attachment. Also fix stuck sun/moon and incidental decruft.
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r-- | indra/newview/pipeline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h index 282f28e736..85878dd21d 100644 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -327,7 +327,7 @@ public: S32 getLightCount() const { return mLights.size(); } void calcNearbyLights(LLCamera& camera); - void setupHWLights(LLDrawPool* pool); + void setupHWLights(); void setupAvatarLights(bool for_edit = false); void enableLights(U32 mask); void enableLightsStatic(); |