diff options
author | cosmic-linden <111533034+cosmic-linden@users.noreply.github.com> | 2024-01-19 09:34:52 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-19 09:34:52 -0800 |
commit | 09ee84f675cf08f98cbd49516c5e01c289b42a20 (patch) | |
tree | e6e4c01eccc2f3b65b2cd2f3e9e141efb2faa8f2 /indra/llrender | |
parent | 586e4cd090b22f11a68fa635e598847ce3b84d21 (diff) | |
parent | 46bc94074d59a898e94eefd73363aed2d27f3e05 (diff) |
Merge pull request #649 from secondlife/davep/21
Put 2k textures behind a feature flag
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 }; |