aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lldynamictexture.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/lldynamictexture.h')
-rw-r--r--linden/indra/newview/lldynamictexture.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/newview/lldynamictexture.h b/linden/indra/newview/lldynamictexture.h
index 5a20eae..1480799 100644
--- a/linden/indra/newview/lldynamictexture.h
+++ b/linden/indra/newview/lldynamictexture.h
@@ -37,7 +37,7 @@
37#include "llcoord.h" 37#include "llcoord.h"
38#include "llimagegl.h" 38#include "llimagegl.h"
39 39
40class LLDynamicTexture 40class LLDynamicTexture : public LLGLUpdate
41{ 41{
42public: 42public:
43 enum EOrder { ORDER_FIRST = 0, ORDER_MIDDLE = 1, ORDER_LAST = 2, ORDER_RESET = 3, ORDER_COUNT = 4 }; 43 enum EOrder { ORDER_FIRST = 0, ORDER_MIDDLE = 1, ORDER_LAST = 2, ORDER_RESET = 3, ORDER_COUNT = 4 };
@@ -49,6 +49,8 @@ public:
49 BOOL clamp); 49 BOOL clamp);
50 virtual ~LLDynamicTexture(); 50 virtual ~LLDynamicTexture();
51 51
52 void updateGL();
53
52 S32 getOriginX() { return mOrigin.mX; } 54 S32 getOriginX() { return mOrigin.mX; }
53 S32 getOriginY() { return mOrigin.mY; } 55 S32 getOriginY() { return mOrigin.mY; }
54 S32 getWidth() { return mWidth; } 56 S32 getWidth() { return mWidth; }