aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llprimitive/lltree_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llprimitive/lltree_common.h')
-rw-r--r--linden/indra/llprimitive/lltree_common.h15
1 files changed, 14 insertions, 1 deletions
diff --git a/linden/indra/llprimitive/lltree_common.h b/linden/indra/llprimitive/lltree_common.h
index b63e00a..1e53c70 100644
--- a/linden/indra/llprimitive/lltree_common.h
+++ b/linden/indra/llprimitive/lltree_common.h
@@ -4,7 +4,7 @@
4 * 4 *
5 * $LicenseInfo:firstyear=2001&license=viewergpl$ 5 * $LicenseInfo:firstyear=2001&license=viewergpl$
6 * 6 *
7 * Copyright (c) 2001-2008, Linden Research, Inc. 7 * Copyright (c) 2001-2009, Linden Research, Inc.
8 * 8 *
9 * Second Life Viewer Source Code 9 * Second Life Viewer Source Code
10 * The source code in this file ("Source Code") is provided by Linden Lab 10 * The source code in this file ("Source Code") is provided by Linden Lab
@@ -36,6 +36,19 @@
36 36
37struct LLTree_gene_0 37struct LLTree_gene_0
38{ 38{
39 LLTree_gene_0()
40 : scale(0),
41 branches(0),
42 twist(0),
43 droop(0),
44 species(0),
45 trunk_depth(0),
46 branch_thickness(0),
47 max_depth(0),
48 scale_step(0)
49 {
50 }
51
39 // 52 //
40 // The genome for a tree, species 0 53 // The genome for a tree, species 0
41 // 54 //