diff options
author | Jacek Antonelli | 2009-06-13 13:17:14 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-06-13 13:17:20 -0500 |
commit | 0517fe4322443bdc317f8185590a63134e3f8394 (patch) | |
tree | 942c9c26d0792accc928010a113d123c5409659b /linden/indra/newview/lldrawable.h | |
parent | Second Life viewer sources 1.23.2-RC (diff) | |
download | meta-impy-0517fe4322443bdc317f8185590a63134e3f8394.zip meta-impy-0517fe4322443bdc317f8185590a63134e3f8394.tar.gz meta-impy-0517fe4322443bdc317f8185590a63134e3f8394.tar.bz2 meta-impy-0517fe4322443bdc317f8185590a63134e3f8394.tar.xz |
Second Life viewer sources 1.23.3-RC
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/lldrawable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/lldrawable.h b/linden/indra/newview/lldrawable.h index f5a66a3..6e0b6e8 100644 --- a/linden/indra/newview/lldrawable.h +++ b/linden/indra/newview/lldrawable.h | |||
@@ -151,7 +151,7 @@ public: | |||
151 | 151 | ||
152 | void updateTexture(); | 152 | void updateTexture(); |
153 | void updateMaterial(); | 153 | void updateMaterial(); |
154 | virtual void updateDistance(LLCamera& camera); | 154 | virtual void updateDistance(LLCamera& camera, bool force_update); |
155 | BOOL updateGeometry(BOOL priority); | 155 | BOOL updateGeometry(BOOL priority); |
156 | void updateFaceSize(S32 idx); | 156 | void updateFaceSize(S32 idx); |
157 | 157 | ||