diff options
author | Cosmic Linden <cosmic@lindenlab.com> | 2023-10-13 09:56:34 -0700 |
---|---|---|
committer | Cosmic Linden <cosmic@lindenlab.com> | 2023-10-13 09:56:34 -0700 |
commit | 6e36bbae7471e8622a0f4a1662748451c4639dbe (patch) | |
tree | dd8decd9a61972b53a3d75a7eaa35c8919bb5bab /indra/newview/llfloaterregioninfo.h | |
parent | 55f597e2ec363b5cb22fa8f7f5694f7ef6a17772 (diff) |
DRTVWR-592: (WIP) Add material terrain selection to GUI
Diffstat (limited to 'indra/newview/llfloaterregioninfo.h')
-rw-r--r-- | indra/newview/llfloaterregioninfo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloaterregioninfo.h b/indra/newview/llfloaterregioninfo.h index c34dbb62e8..7b22002806 100644 --- a/indra/newview/llfloaterregioninfo.h +++ b/indra/newview/llfloaterregioninfo.h @@ -258,6 +258,9 @@ public: //static void onChangeAnything(LLUICtrl* ctrl, void* userData); // callback for any change, to enable commit button + void refresh() override; + void onSelectMaterialType(); + virtual BOOL sendUpdate(); static void onClickDownloadRaw(void*); |