From c2ddcfae49bb1b4794facd64de1c2ac62fdb5715 Mon Sep 17 00:00:00 2001 From: Xiaohong Bao Date: Mon, 12 Oct 2009 05:32:52 +0000 Subject: fix for EXT-1328: Alpha textures are not displayed correctly when first loaded. to be reviewed by davep. --- indra/newview/llface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/llface.h') 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; -- cgit v1.2.3