diff options
Diffstat (limited to 'linden/indra/llprimitive')
-rw-r--r-- | linden/indra/llprimitive/lltree_common.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/linden/indra/llprimitive/lltree_common.h b/linden/indra/llprimitive/lltree_common.h index b63e00a..4708c5f 100644 --- a/linden/indra/llprimitive/lltree_common.h +++ b/linden/indra/llprimitive/lltree_common.h | |||
@@ -36,6 +36,19 @@ | |||
36 | 36 | ||
37 | struct LLTree_gene_0 | 37 | struct 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 | // |