diff options
Diffstat (limited to 'indra/newview/lldynamictexture.h')
-rw-r--r-- | indra/newview/lldynamictexture.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/lldynamictexture.h b/indra/newview/lldynamictexture.h index fbfabf49a4..5a20eaef9b 100644 --- a/indra/newview/lldynamictexture.h +++ b/indra/newview/lldynamictexture.h @@ -61,6 +61,9 @@ public: virtual BOOL render(); virtual void postRender(BOOL success); + virtual void restoreGLTexture() ; + virtual void destroyGLTexture() ; + LLImageGL* getTexture(void) const { return mTexture; } static BOOL updateAllInstances(); |