diff options
author | Cosmic Linden <cosmic@lindenlab.com> | 2024-03-20 13:14:43 -0700 |
---|---|---|
committer | Cosmic Linden <cosmic@lindenlab.com> | 2024-03-20 13:14:43 -0700 |
commit | d21813786ae51ba62b906e648908f7feaf6bcb32 (patch) | |
tree | 405a8bee62e515d41ce558a8ec182be1320f9059 /indra/newview/llfloaterregioninfo.h | |
parent | f00cc12c7e5b92c6009c93d00eb7a0f09b2337cc (diff) |
secondlife/viewer-issues#83, secondlife/viewer-issues#82: Combine terrain save error notifications
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 ac3a8fc717..da17212016 100644 --- a/indra/newview/llfloaterregioninfo.h +++ b/indra/newview/llfloaterregioninfo.h @@ -253,7 +253,7 @@ public: bool refreshFromRegion(LLViewerRegion* region) override; // refresh local settings from region update from simulator void setEnvControls(bool available); // Whether environment settings are available for this region - BOOL validateTextureSizes(); + bool validateTextureSizes(); bool validateMaterials(); BOOL validateTextureHeights(); |