diff options
author | Cosmic Linden <cosmic@lindenlab.com> | 2024-03-20 10:22:29 -0700 |
---|---|---|
committer | Cosmic Linden <cosmic@lindenlab.com> | 2024-03-20 10:58:33 -0700 |
commit | a0649375e1652061610d626c958ee7488fad140d (patch) | |
tree | be61ce62a6c4c4c7550f92ce192f3fe7d151b9d7 /indra/newview/llfloaterregioninfo.h | |
parent | e2a3edf6daed276d82767ce070dbbaf1d42dc427 (diff) |
secondlife/viewer-issues#83: Disallow alpha blend/double sided from PBR terrain
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 99774e5db3..ac3a8fc717 100644 --- a/indra/newview/llfloaterregioninfo.h +++ b/indra/newview/llfloaterregioninfo.h @@ -254,6 +254,7 @@ public: void setEnvControls(bool available); // Whether environment settings are available for this region BOOL validateTextureSizes(); + bool validateMaterials(); BOOL validateTextureHeights(); //static void onChangeAnything(LLUICtrl* ctrl, void* userData); // callback for any change, to enable commit button |