diff options
Diffstat (limited to 'linden/indra/newview/lldynamictexture.h')
-rw-r--r-- | linden/indra/newview/lldynamictexture.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/lldynamictexture.h b/linden/indra/newview/lldynamictexture.h index 6069940..ff3e5c1 100644 --- a/linden/indra/newview/lldynamictexture.h +++ b/linden/indra/newview/lldynamictexture.h | |||
@@ -60,8 +60,8 @@ public: | |||
60 | virtual void preRender(BOOL clear_depth = TRUE); | 60 | virtual void preRender(BOOL clear_depth = TRUE); |
61 | virtual BOOL render(); | 61 | virtual BOOL render(); |
62 | virtual void postRender(BOOL success); | 62 | virtual void postRender(BOOL success); |
63 | virtual void bindTexture(); | 63 | |
64 | virtual void unbindTexture(); | 64 | LLImageGL* getTexture(void) const { return mTexture; } |
65 | 65 | ||
66 | static BOOL updateAllInstances(); | 66 | static BOOL updateAllInstances(); |
67 | 67 | ||