diff options
author | Graham Linden <graham@lindenlab.com> | 2019-08-26 12:35:18 -0700 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2019-08-26 12:35:18 -0700 |
commit | 723f1891db513acf36e0d20bdd93a615c31a5337 (patch) | |
tree | f1d3edca4e3bc5dfb68964c9b201c41b728eff33 /indra/newview/lldynamictexture.cpp | |
parent | 00eddaf23fbe6761e6a78500b42d076f7a1551fa (diff) | |
parent | 5986bf4826d04027a17a098d1b80064aabde5a7b (diff) |
Merge 6.3.1 viewer-release
Diffstat (limited to 'indra/newview/lldynamictexture.cpp')
-rw-r--r-- | indra/newview/lldynamictexture.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldynamictexture.cpp b/indra/newview/lldynamictexture.cpp index f9b4df679b..1e8c57ac6a 100644 --- a/indra/newview/lldynamictexture.cpp +++ b/indra/newview/lldynamictexture.cpp @@ -125,7 +125,7 @@ BOOL LLViewerDynamicTexture::render() //----------------------------------------------------------------------------- void LLViewerDynamicTexture::preRender(BOOL clear_depth) { - //only images up to 512x512 are supported + //only images up to 1024*1024 are supported llassert(mFullHeight <= 512); llassert(mFullWidth <= 512); |