diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-06-01 21:34:12 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-06-01 21:34:21 +0300 |
commit | c471392ef1c0633423ea66158c21ba4d81f2473b (patch) | |
tree | 0eb1db4b93c117af01a1eed92439e75c92f3e439 /indra/newview/llviewerwindow.h | |
parent | cf2f0eddeb066d862151154d0d35f7e9f716270b (diff) |
SL-13346 Hi-Res snapshots save a zoomed portion on 4K+ resolutions
Diffstat (limited to 'indra/newview/llviewerwindow.h')
-rw-r--r-- | indra/newview/llviewerwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerwindow.h b/indra/newview/llviewerwindow.h index 385bbd57e5..601140d9d2 100644 --- a/indra/newview/llviewerwindow.h +++ b/indra/newview/llviewerwindow.h @@ -137,7 +137,7 @@ private: }; -static const U32 MAX_SNAPSHOT_IMAGE_SIZE = 6 * 1024; // max snapshot image size 6144 * 6144 +static const U32 MAX_SNAPSHOT_IMAGE_SIZE = 7680; // max snapshot image size 7680 * 7680 UHDTV2 class LLViewerWindow : public LLWindowCallbacks { |