diff options
author | Graham Madarasz <graham@lindenlab.com> | 2013-05-25 07:43:16 -0700 |
---|---|---|
committer | Graham Madarasz <graham@lindenlab.com> | 2013-05-25 07:43:16 -0700 |
commit | fafc23e3b4dd44b441e175d07c40cf26ae256967 (patch) | |
tree | c286dc6a3ea716a05613ab75818949eac845323b /indra/newview/llvovolume.h | |
parent | 43bb0349554dc82a47ad109725da66eac843389f (diff) | |
parent | ad89d26dc676dc090e58a3457d62bccbd7dc7e21 (diff) |
Merge viewer-dev-mat
Diffstat (limited to 'indra/newview/llvovolume.h')
-rwxr-xr-x | indra/newview/llvovolume.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llvovolume.h b/indra/newview/llvovolume.h index 56c552ab9f..928ff7f66b 100755 --- a/indra/newview/llvovolume.h +++ b/indra/newview/llvovolume.h @@ -31,6 +31,7 @@ #include "llviewertexture.h" #include "llviewermedia.h" #include "llframetimer.h" +#include "lllocalbitmaps.h" #include "m3math.h" // LLMatrix3 #include "m4math.h" // LLMatrix4 #include <map> @@ -158,6 +159,7 @@ public: const LLMatrix4& getWorldMatrix(LLXformMatrix* xform) const; void markForUpdate(BOOL priority) { LLViewerObject::markForUpdate(priority); mVolumeChanged = TRUE; } + void faceMappingChanged() { mFaceMappingChanged=TRUE; }; /*virtual*/ void onShift(const LLVector4a &shift_vector); // Called when the drawable shifts |