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/newview/llfloaterregioninfo.cpp | |
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/newview/llfloaterregioninfo.cpp')
-rw-r--r-- | indra/newview/llfloaterregioninfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterregioninfo.cpp b/indra/newview/llfloaterregioninfo.cpp index 8c4b6fc857..2ed0e4195a 100644 --- a/indra/newview/llfloaterregioninfo.cpp +++ b/indra/newview/llfloaterregioninfo.cpp @@ -1395,7 +1395,7 @@ LLPanelRegionTerrainInfo::LLPanelRegionTerrainInfo() } for (S32 i = 0; i < LLTerrainMaterials::ASSET_COUNT; ++i) { - mLastSetMaterials[i] = LLGLTFMaterialList::BLANK_MATERIAL_ASSET_ID; + mLastSetMaterials[i] = BLANK_MATERIAL_ASSET_ID; } } |