diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-04-12 11:03:16 +0100 |
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-04-12 11:03:16 +0100 |
| commit | 9fbe736774b1049265fd017bfe2413d436d35706 (patch) | |
| tree | 2077c5ced76eed3d14c3340a9645306e99434bbb /indra/newview/lldynamictexture.cpp | |
| parent | 103083b52def07c140dfc8f28989b5f4a93d288a (diff) | |
| parent | 0a80627bca63ee05ce07df510ebe2072399dd01d (diff) | |
(slightly hairy) merge from viewer-hotfix
Diffstat (limited to 'indra/newview/lldynamictexture.cpp')
| -rw-r--r-- | indra/newview/lldynamictexture.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/lldynamictexture.cpp b/indra/newview/lldynamictexture.cpp index c7c79401a0..c423473740 100644 --- a/indra/newview/lldynamictexture.cpp +++ b/indra/newview/lldynamictexture.cpp @@ -167,6 +167,8 @@ void LLViewerDynamicTexture::postRender(BOOL success) { generateGLTexture() ; } + llcallstacks << "class type: " << (S32)getType() << llcallstacksendl ; + success = mGLTexturep->setSubImageFromFrameBuffer(0, 0, mOrigin.mX, mOrigin.mY, mFullWidth, mFullHeight); } } |
