diff options
| author | cosmic-linden <111533034+cosmic-linden@users.noreply.github.com> | 2024-03-19 10:08:34 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-19 10:08:34 -0700 |
| commit | 052a8a78e8b024bda1db6e5359c0d091b2a72d06 (patch) | |
| tree | 26e676bedf2fd31d00ee0274483e1bc13ef3f766 /indra/llcommon/indra_constants.h | |
| parent | 2a325fdebadd32a230f10b372b25ec5474e50f63 (diff) | |
| parent | d0458c4853a6b1923439af8ebc2701410d838473 (diff) | |
Merge pull request #1014 from secondlife/v-1006
secondlife/viewer#1006: Review feedback: Move blank material constant to indra_constants.h
Diffstat (limited to 'indra/llcommon/indra_constants.h')
| -rw-r--r-- | indra/llcommon/indra_constants.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/indra_constants.h b/indra/llcommon/indra_constants.h index a16cfac2b9..a4b2efef98 100644 --- a/indra/llcommon/indra_constants.h +++ b/indra/llcommon/indra_constants.h @@ -236,6 +236,8 @@ LL_COMMON_API extern const LLUUID DEFAULT_OBJECT_SPECULAR; LL_COMMON_API extern const LLUUID DEFAULT_OBJECT_NORMAL; LL_COMMON_API extern const LLUUID BLANK_OBJECT_NORMAL; +LL_COMMON_API extern const LLUUID BLANK_MATERIAL_ASSET_ID; + // radius within which a chat message is fully audible const F32 CHAT_NORMAL_RADIUS = 20.f; |
