diff options
| author | RunitaiLinden <davep@lindenlab.com> | 2024-01-18 10:33:02 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-18 10:33:02 -0600 |
| commit | 19163fd0fea6c92712b37e29f34b72edbbfe152d (patch) | |
| tree | 85bf85974245b66970485f6400d82dbef639539b /indra/llrender | |
| parent | 0ed6112967f2240de689b08373bf61905321e199 (diff) | |
Allow for upload of 2k textures (#652)
* SL-20760 Allow 2k texture uploads
* SL-20760 Fix for textures not downloading.
Diffstat (limited to 'indra/llrender')
| -rw-r--r-- | indra/llrender/llgltexture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llgltexture.h b/indra/llrender/llgltexture.h index 24849d1d1b..1cc8fbe523 100644 --- a/indra/llrender/llgltexture.h +++ b/indra/llrender/llgltexture.h @@ -42,7 +42,7 @@ class LLGLTexture : public LLTexture public: enum { - MAX_IMAGE_SIZE_DEFAULT = 1024, + MAX_IMAGE_SIZE_DEFAULT = 2048, INVALID_DISCARD_LEVEL = 0x7fff }; |
