aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lldynamictexture.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-12-01 17:39:58 -0600
committerJacek Antonelli2008-12-01 17:40:06 -0600
commit7abecb48babe6a6f09bf6692ba55076546cfced9 (patch)
tree8d18a88513fb97adf32c10aae78f4be1984942db /linden/indra/newview/lldynamictexture.h
parentSecond Life viewer sources 1.21.6 (diff)
downloadmeta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.zip
meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.gz
meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.bz2
meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.xz
Second Life viewer sources 1.22.0-RC
Diffstat (limited to 'linden/indra/newview/lldynamictexture.h')
-rw-r--r--linden/indra/newview/lldynamictexture.h4
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