Skip to content

Commit d2d172f

Browse files
committed
Allow oversized images when performing raw snapshots.
1 parent 34f6ea4 commit d2d172f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

indra/newview/llviewermenufile.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,7 @@ class LLFileTakeSnapshotToDisk : public view_listener_t
575575
bool handleEvent(LLPointer<LLEvent> event, const LLSD& userdata)
576576
{
577577
LLPointer<LLImageRaw> raw = new LLImageRaw;
578+
raw->enableOverSize();
578579

579580
S32 width = gViewerWindow->getWindowDisplayWidth();
580581
S32 height = gViewerWindow->getWindowDisplayHeight();

0 commit comments

Comments
 (0)