diff options
| author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-11-15 21:12:18 +0200 |
|---|---|---|
| committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-11-15 21:12:18 +0200 |
| commit | 3675c90b2e93be3cf3b8e39f6e32cd39ff30997c (patch) | |
| tree | 76be74f5074d503aafc74ed89748d7548ef5356d /indra/newview/llappviewer.cpp | |
| parent | 0bcb065623e7ce6ee956d0bc1c3321c6f0c02af6 (diff) | |
SL-11898 Hi-res snapshots do not support UI and HUDs and should not show them
Diffstat (limited to 'indra/newview/llappviewer.cpp')
| -rw-r--r-- | indra/newview/llappviewer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index a4703d1eb1..8c56ed3cd1 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -4526,6 +4526,7 @@ void LLAppViewer::saveFinalSnapshot() gViewerWindow->getWindowWidthRaw(), gViewerWindow->getWindowHeightRaw(), FALSE, + gSavedSettings.getBOOL("RenderHUDInSnapshot"), TRUE, LLSnapshotModel::SNAPSHOT_TYPE_COLOR, LLSnapshotModel::SNAPSHOT_FORMAT_PNG); |
