diff options
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 18db645305..63548b080a 100644 --- a/indra/newview/llface.h +++ b/indra/newview/llface.h @@ -190,6 +190,7 @@ public: LLPointer<LLVertexBuffer> mVertexBuffer; LLPointer<LLVertexBuffer> mLastVertexBuffer; F32 mLastUpdateTime; + LLMatrix4 mTextureMatrix; protected: friend class LLGeometryManager; |