diff options
Diffstat (limited to 'indra/newview/llface.h')
-rw-r--r-- | indra/newview/llface.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llface.h b/indra/newview/llface.h index 070283ecd2..34c81c3fdd 100644 --- a/indra/newview/llface.h +++ b/indra/newview/llface.h @@ -34,6 +34,7 @@ #include "llstrider.h" +#include "llrender.h" #include "v2math.h" #include "v3math.h" #include "v4math.h" @@ -295,6 +296,9 @@ public: lhs->getTexture() < rhs->getTexture(); } }; + +public://paranoia check only + static S32 sDeleteLock ; }; #endif // LL_LLFACE_H |