diff options
author | Graham Linden <graham@lindenlab.com> | 2019-08-27 12:49:18 -0700 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2019-08-27 12:49:18 -0700 |
commit | ad26896a1086536cf47d3cb0041b0410aebf2119 (patch) | |
tree | 66cbe552b9ea2d9a0992df0a63ffceacc504b866 /indra/llinventory/llsettingsbase.h | |
parent | b660db7324387e2fcc55312e2c4f05897ca2c0eb (diff) |
SL-11055
Remedy cloud_shadow and hack halving being done twice to ambient in some cases (i.e. artificial dimunition of necessary bullshit factor).
Diffstat (limited to 'indra/llinventory/llsettingsbase.h')
-rw-r--r-- | indra/llinventory/llsettingsbase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llinventory/llsettingsbase.h b/indra/llinventory/llsettingsbase.h index 8b969d81a6..26e2901968 100644 --- a/indra/llinventory/llsettingsbase.h +++ b/indra/llinventory/llsettingsbase.h @@ -353,7 +353,7 @@ protected: virtual validation_list_t getValidationList() const = 0; // Apply any settings that need special handling. - virtual void applySpecial(void *) { }; + virtual void applySpecial(void *, bool force = false) { }; virtual parammapping_t getParameterMap() const { return parammapping_t(); } |