diff options
author | Robert Adams | 2014-04-28 18:36:50 -0700 |
---|---|---|
committer | Robert Adams | 2014-04-28 18:36:50 -0700 |
commit | df89e1529077eb8aff46a1886057731a5d2372b8 (patch) | |
tree | 925a04c0d85cd3854e10ffb77aa93d68cff24707 /OpenSim/Region/CoreModules | |
parent | BUlletSim: move safeynet ground plane to lower altitude. Define new BulletSim (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs | 3 |
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) |