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, 1 insertions, 3 deletions
diff --git a/linden/indra/newview/lldynamictexture.h b/linden/indra/newview/lldynamictexture.h
index 1480799..5a20eae 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 : public LLGLUpdate 40class LLDynamicTexture
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,8 +49,6 @@ public:
49 BOOL clamp); 49 BOOL clamp);
50 virtual ~LLDynamicTexture(); 50 virtual ~LLDynamicTexture();
51 51
52 void updateGL();
53
54 S32 getOriginX() { return mOrigin.mX; } 52 S32 getOriginX() { return mOrigin.mX; }
55 S32 getOriginY() { return mOrigin.mY; } 53 S32 getOriginY() { return mOrigin.mY; }
56 S32 getWidth() { return mWidth; } 54 S32 getWidth() { return mWidth; }