diff options
author | Cosmic Linden <cosmic@lindenlab.com> | 2024-02-28 15:02:18 -0800 |
---|---|---|
committer | Cosmic Linden <cosmic@lindenlab.com> | 2024-02-29 14:52:55 -0800 |
commit | d79498e25991e425510643ecd1303a5675c5fbf6 (patch) | |
tree | b54fadd2f2f208621b32c7b88263b405ca80067a /indra/newview/llfloaterregioninfo.h | |
parent | 2ca26ad19a00c055abcb7696ef93f091909678fa (diff) |
secondlife/viewer#712: More intuitive selection of PBR vs texture terrain, and update dropdown to match
Diffstat (limited to 'indra/newview/llfloaterregioninfo.h')
-rw-r--r-- | indra/newview/llfloaterregioninfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterregioninfo.h b/indra/newview/llfloaterregioninfo.h index 91e1f5b058..abd8e21503 100644 --- a/indra/newview/llfloaterregioninfo.h +++ b/indra/newview/llfloaterregioninfo.h @@ -258,8 +258,8 @@ public: //static void onChangeAnything(LLUICtrl* ctrl, void* userData); // callback for any change, to enable commit button - void refresh() override; void onSelectMaterialType(); + void updateForMaterialType(); static void onClickDownloadRaw(void*); static void onClickUploadRaw(void*); |