aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvotree.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:59 -0500
committerJacek Antonelli2008-08-15 23:44:59 -0500
commita408bac29378072fbf36864164149458c978cfcc (patch)
tree67feccf1a5d3816611ba48d6762f86f0f7f4b1f6 /linden/indra/newview/llvotree.h
parentSecond Life viewer sources 1.17.0.12 (diff)
downloadmeta-impy-a408bac29378072fbf36864164149458c978cfcc.zip
meta-impy-a408bac29378072fbf36864164149458c978cfcc.tar.gz
meta-impy-a408bac29378072fbf36864164149458c978cfcc.tar.bz2
meta-impy-a408bac29378072fbf36864164149458c978cfcc.tar.xz
Second Life viewer sources 1.17.1.0
Diffstat (limited to 'linden/indra/newview/llvotree.h')
-rw-r--r--linden/indra/newview/llvotree.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/linden/indra/newview/llvotree.h b/linden/indra/newview/llvotree.h
index 4ec148d..6de7c0d 100644
--- a/linden/indra/newview/llvotree.h
+++ b/linden/indra/newview/llvotree.h
@@ -43,13 +43,12 @@ protected:
43 ~LLVOTree(); 43 ~LLVOTree();
44 44
45public: 45public:
46 enum 46 enum
47 { 47 {
48 VERTEX_DATA_MASK = (1 << LLVertexBuffer::TYPE_VERTEX) | 48 VERTEX_DATA_MASK = (1 << LLVertexBuffer::TYPE_VERTEX) |
49 (1 << LLVertexBuffer::TYPE_NORMAL) | 49 (1 << LLVertexBuffer::TYPE_NORMAL) |
50 (1 << LLVertexBuffer::TYPE_TEXCOORD) 50 (1 << LLVertexBuffer::TYPE_TEXCOORD)
51 } 51 };
52 eVertexDataMask;
53 52
54 LLVOTree(const LLUUID &id, const LLPCode pcode, LLViewerRegion *regionp); 53 LLVOTree(const LLUUID &id, const LLPCode pcode, LLViewerRegion *regionp);
55 54