diff options
author | Jeff Ames | 2009-02-02 09:01:00 +0000 |
---|---|---|
committer | Jeff Ames | 2009-02-02 09:01:00 +0000 |
commit | 496ed4488d756591e8200f1defc83a7fd2ce2dd7 (patch) | |
tree | 7199ae23bfd07635144e2418f1f66a426ff78593 /OpenSim/Region/Environment/Modules/World | |
parent | * Adding the Tree module configuration options to OpenSim.ini.example (diff) | |
download | opensim-SC-496ed4488d756591e8200f1defc83a7fd2ce2dd7.zip opensim-SC-496ed4488d756591e8200f1defc83a7fd2ce2dd7.tar.gz opensim-SC-496ed4488d756591e8200f1defc83a7fd2ce2dd7.tar.bz2 opensim-SC-496ed4488d756591e8200f1defc83a7fd2ce2dd7.tar.xz |
Minor formatting cleanup.
Diffstat (limited to 'OpenSim/Region/Environment/Modules/World')
-rw-r--r-- | OpenSim/Region/Environment/Modules/World/TreePopulator/TreePopulatorModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/World/TreePopulator/TreePopulatorModule.cs b/OpenSim/Region/Environment/Modules/World/TreePopulator/TreePopulatorModule.cs index a1261cb..f6b82a3 100644 --- a/OpenSim/Region/Environment/Modules/World/TreePopulator/TreePopulatorModule.cs +++ b/OpenSim/Region/Environment/Modules/World/TreePopulator/TreePopulatorModule.cs | |||
@@ -143,7 +143,7 @@ namespace OpenSim.Region.Environment.Modules.World.TreePopulator | |||
143 | { | 143 | { |
144 | if (activeYN) | 144 | if (activeYN) |
145 | { | 145 | { |
146 | CalculateTrees = new Timer(m_tree_updates); | 146 | CalculateTrees = new Timer(m_tree_updates); |
147 | CalculateTrees.Elapsed += CalculateTrees_Elapsed; | 147 | CalculateTrees.Elapsed += CalculateTrees_Elapsed; |
148 | CalculateTrees.Start(); | 148 | CalculateTrees.Start(); |
149 | } | 149 | } |