diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-08-18 21:36:45 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-08-19 00:05:14 +0300 |
commit | 434f9e927135d961b51b2175960a27be3908f7c3 (patch) | |
tree | 7c36e7892597d43f811517e8390bf2d206555456 /indra/newview/llfloatermodelpreview.h | |
parent | b96c7ec6e6e2e4f2bfd11469155bec4827ac9517 (diff) |
#4544 Make model dump go into logs
not into work folder, viewer isn't supposed to write there.
Diffstat (limited to 'indra/newview/llfloatermodelpreview.h')
-rw-r--r-- | indra/newview/llfloatermodelpreview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatermodelpreview.h b/indra/newview/llfloatermodelpreview.h index 982f36c46e..20e5b2666a 100644 --- a/indra/newview/llfloatermodelpreview.h +++ b/indra/newview/llfloatermodelpreview.h @@ -223,6 +223,7 @@ private: void createSmoothComboBox(LLComboBox* combo_box, float min, float max); + static std::string getBoundingBoxCubePath(); typedef std::map<std::string, std::string> lod_sources_map_t; void fillLODSourceStatistics(lod_sources_map_t& lod_sources) const; |