diff options
author | Jacek Antonelli | 2008-08-15 23:45:54 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:54 -0500 |
commit | d0b03a62fd799317d5da0bd56615739ce3b5b052 (patch) | |
tree | 8bc79bbbb52e18294f62810d9fa66ce136f90e2d /linden/indra/newview/llface.h | |
parent | Second Life viewer sources 1.20.8 (diff) | |
download | meta-impy-d0b03a62fd799317d5da0bd56615739ce3b5b052.zip meta-impy-d0b03a62fd799317d5da0bd56615739ce3b5b052.tar.gz meta-impy-d0b03a62fd799317d5da0bd56615739ce3b5b052.tar.bz2 meta-impy-d0b03a62fd799317d5da0bd56615739ce3b5b052.tar.xz |
Second Life viewer sources 1.20.9
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llface.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llface.h b/linden/indra/newview/llface.h index 533851c..35063a0 100644 --- a/linden/indra/newview/llface.h +++ b/linden/indra/newview/llface.h | |||
@@ -296,6 +296,9 @@ public: | |||
296 | lhs->getTexture() < rhs->getTexture(); | 296 | lhs->getTexture() < rhs->getTexture(); |
297 | } | 297 | } |
298 | }; | 298 | }; |
299 | |||
300 | public://paranoia check only | ||
301 | static S32 sDeleteLock ; | ||
299 | }; | 302 | }; |
300 | 303 | ||
301 | #endif // LL_LLFACE_H | 304 | #endif // LL_LLFACE_H |