diff options
author | Rye Mutt <rye@alchemyviewer.org> | 2020-03-30 23:27:04 -0400 |
---|---|---|
committer | Rye Mutt <rye@alchemyviewer.org> | 2020-03-30 23:27:04 -0400 |
commit | 516ca236597e9e76193dd597edddc6a2fd7b0912 (patch) | |
tree | c6655f424686900a84b8b08f88f9cfdf1a4ac081 /indra/newview/llvovolume.h | |
parent | 3dc71d1ce97f2a4017f7a0eff056856b02742911 (diff) |
Update falloff fix with changes requested in review.
Diffstat (limited to 'indra/newview/llvovolume.h')
-rw-r--r-- | indra/newview/llvovolume.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvovolume.h b/indra/newview/llvovolume.h index 776b6a16b0..de00ef494e 100644 --- a/indra/newview/llvovolume.h +++ b/indra/newview/llvovolume.h @@ -279,7 +279,7 @@ public: LLViewerTexture* getLightTexture(); F32 getLightIntensity() const; F32 getLightRadius() const; - F32 getLightFalloff() const; + F32 getLightFalloff(const F32 fudge_factor = 1.f) const; F32 getLightCutoff() const; // Flexible Objects |