aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerimage.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llviewerimage.h')
-rw-r--r--linden/indra/newview/llviewerimage.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewerimage.h b/linden/indra/newview/llviewerimage.h
index 6a0e32f..732c773 100644
--- a/linden/indra/newview/llviewerimage.h
+++ b/linden/indra/newview/llviewerimage.h
@@ -82,6 +82,10 @@ public:
82 static void initClass(); 82 static void initClass();
83 static void cleanupClass(); 83 static void cleanupClass();
84 static void updateClass(const F32 velocity, const F32 angular_velocity); 84 static void updateClass(const F32 velocity, const F32 angular_velocity);
85
86 static LLViewerImage * getImage(const LLUUID &image_id);
87 // lightweight wrapper for gImageList.getImage()
88
85 static BOOL bindTexture(LLImageGL* image, const U32 stage = 0) 89 static BOOL bindTexture(LLImageGL* image, const U32 stage = 0)
86 { 90 {
87 if (image) 91 if (image)