aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs
diff options
context:
space:
mode:
authorRobert Adams2014-04-28 18:36:50 -0700
committerRobert Adams2014-04-28 18:36:50 -0700
commitdf89e1529077eb8aff46a1886057731a5d2372b8 (patch)
tree925a04c0d85cd3854e10ffb77aa93d68cff24707 /OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs
parentBUlletSim: move safeynet ground plane to lower altitude. Define new BulletSim (diff)
downloadopensim-SC_OLD-df89e1529077eb8aff46a1886057731a5d2372b8.zip
opensim-SC_OLD-df89e1529077eb8aff46a1886057731a5d2372b8.tar.gz
opensim-SC_OLD-df89e1529077eb8aff46a1886057731a5d2372b8.tar.bz2
opensim-SC_OLD-df89e1529077eb8aff46a1886057731a5d2372b8.tar.xz
BulletSim: non-functional changes to debugging statements and formatting.
Diffstat (limited to 'OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs')
-rw-r--r--OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs b/OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs
index d0a03cb..3901482 100644
--- a/OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs
+++ b/OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs
@@ -951,8 +951,7 @@ namespace OpenSim.Region.CoreModules.World.Terrain
951 if (allowed) 951 if (allowed)
952 { 952 {
953 StoreUndoState(); 953 StoreUndoState();
954 m_floodeffects[(StandardTerrainEffects) action].FloodEffect( 954 m_floodeffects[(StandardTerrainEffects) action].FloodEffect(m_channel, fillArea, size);
955 m_channel, fillArea, size);
956 955
957 //revert changes outside estate limits 956 //revert changes outside estate limits
958 if (!god) 957 if (!god)