diff options
author | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
commit | cd17687f01420952712a500107e0f93e7ab8d5f8 (patch) | |
tree | ce48c2b706f2c1176290e39fb555fbdf6648ce01 /linden/indra/newview/llviewerimage.h | |
parent | Second Life viewer sources 1.19.0.5 (diff) | |
download | meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.zip meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.gz meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.bz2 meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.xz |
Second Life viewer sources 1.19.1.0
Diffstat (limited to 'linden/indra/newview/llviewerimage.h')
-rw-r--r-- | linden/indra/newview/llviewerimage.h | 4 |
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) |