diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-05-15 20:57:28 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-05-15 23:36:29 +0300 |
commit | 43603fedba457545379c07a4a96ee1ba99e19b8c (patch) | |
tree | f91b3eef5763bd978276dbeed7a83194fe0abca5 /indra/newview/llpreviewtexture.h | |
parent | a266a4356f1dfb60514abf81a7f27e9f49156086 (diff) |
jira-archive-internal#67837 Windows' bulk export of snapshots and textures
Properly sanitize names
Better duplicate avoidance
Diffstat (limited to 'indra/newview/llpreviewtexture.h')
-rw-r--r-- | indra/newview/llpreviewtexture.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpreviewtexture.h b/indra/newview/llpreviewtexture.h index fdc6dddb38..e8a0a43245 100644 --- a/indra/newview/llpreviewtexture.h +++ b/indra/newview/llpreviewtexture.h @@ -86,6 +86,7 @@ private: S32 mImageOldBoostLevel; std::string mSaveFileName; LLFrameTimer mSavedFileTimer; + bool mSavingMultiple; bool mLoadingFullImage; bool mShowKeepDiscard; bool mCopyToInv; |