diff options
author | Graham Madarasz <graham@lindenlab.com> | 2019-08-27 16:52:22 +0000 |
---|---|---|
committer | Graham Madarasz <graham@lindenlab.com> | 2019-08-27 16:52:22 +0000 |
commit | 3fe7577f5ba15477ef65637ca159e5ff92dcbade (patch) | |
tree | 6bdf032f23906235b6c7d85554e193d5b7c56165 /indra/newview/lldynamictexture.cpp | |
parent | f79fc96d08e37f119653f7db5a299a05454ff79c (diff) | |
parent | 2cd01c8e92e2ecf4402a3a075ec8bdc6a8f20470 (diff) |
Merged in graham_linden/viewer-eep-g (pull request #486)
Default
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); |