diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2009-10-12 05:32:52 +0000 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2009-10-12 05:32:52 +0000 |
commit | c2ddcfae49bb1b4794facd64de1c2ac62fdb5715 (patch) | |
tree | ad9b9f386a7725be892d7f221e973af97b7b2326 /indra/newview/llface.h | |
parent | 18f1895bf2abceadba292672eb80a384f0142c73 (diff) |
fix for EXT-1328: Alpha textures are not displayed correctly when first loaded.
to be reviewed by davep.
Diffstat (limited to 'indra/newview/llface.h')
-rw-r--r-- | indra/newview/llface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llface.h b/indra/newview/llface.h index f6ffefcb7c..d734b327d9 100644 --- a/indra/newview/llface.h +++ b/indra/newview/llface.h @@ -90,6 +90,7 @@ public: U16 getGeomStart() const { return mGeomIndex; } // index into draw pool void setTexture(LLViewerTexture* tex) ; void switchTexture(LLViewerTexture* new_texture); + void dirtyTexture(); LLXformMatrix* getXform() const { return mXform; } BOOL hasGeometry() const { return mGeomCount > 0; } LLVector3 getPositionAgent() const; |