diff options
| author | Japa | 2011-02-28 03:24:32 +0000 |
|---|---|---|
| committer | Japa | 2011-02-28 03:24:32 +0000 |
| commit | 92b8343b5ec1758e5161ac282510d787ba32f00b (patch) | |
| tree | c60170f9993fc6bcd854dcd277c6487d6149bf64 /VegetationConfiguration.cpp | |
| parent | ded0a7567cbf96049d5e15e98d3641baa45f2930 (diff) | |
| download | stonesense-92b8343b5ec1758e5161ac282510d787ba32f00b.tar.gz stonesense-92b8343b5ec1758e5161ac282510d787ba32f00b.tar.bz2 stonesense-92b8343b5ec1758e5161ac282510d787ba32f00b.tar.xz | |
fixed the phantom outlines that were showing up.
Diffstat (limited to 'VegetationConfiguration.cpp')
| -rw-r--r-- | VegetationConfiguration.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/VegetationConfiguration.cpp b/VegetationConfiguration.cpp index fb507c4..bfa4558 100644 --- a/VegetationConfiguration.cpp +++ b/VegetationConfiguration.cpp @@ -74,6 +74,6 @@ c_block_tree * getVegetationTree(vector<VegetationConfiguration>& vegetationConf return &(current->tree);
}
static c_block_tree* tree = new c_block_tree;
- tree->set_sheetindex(-1);
+ tree->reset();
return tree;
}
\ No newline at end of file |
