diff options
author | Cosmic Linden <cosmic@lindenlab.com> | 2024-03-07 17:32:23 -0800 |
---|---|---|
committer | Cosmic Linden <cosmic@lindenlab.com> | 2024-03-07 17:32:23 -0800 |
commit | 7f2e3d0f278f55d8c831273547e49077764c9f14 (patch) | |
tree | e703728ed4edb701dab0099068b1b59cef435c3e /indra/newview/llfloaterregioninfo.h | |
parent | 55fdd540d2ef2a1616d928aac1d945008043c74e (diff) |
secondlife/viewer#712: Consolidate accesses to terrain_material_type control
Diffstat (limited to 'indra/newview/llfloaterregioninfo.h')
-rw-r--r-- | indra/newview/llfloaterregioninfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterregioninfo.h b/indra/newview/llfloaterregioninfo.h index 93a4d3a795..a38344c861 100644 --- a/indra/newview/llfloaterregioninfo.h +++ b/indra/newview/llfloaterregioninfo.h @@ -272,6 +272,7 @@ protected: private: bool mConfirmedTextureHeights; bool mAskedTextureHeights; + LLCheckBoxCtrl* mMaterialTypeCtrl = nullptr; LLUUID mLastSetTextures[LLTerrainMaterials::ASSET_COUNT]; LLUUID mLastSetMaterials[LLTerrainMaterials::ASSET_COUNT]; }; |