aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs
diff options
context:
space:
mode:
authorTeravus Ovares2007-12-15 23:44:57 +0000
committerTeravus Ovares2007-12-15 23:44:57 +0000
commite4276f566d55232cf15908ae06b6256378dbc4de (patch)
tree7f20a374946f263f21ea091479adb03f7d93361f /OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs
parentMoved mssql_connection.ini to an .example file as well. (diff)
downloadopensim-SC_OLD-e4276f566d55232cf15908ae06b6256378dbc4de.zip
opensim-SC_OLD-e4276f566d55232cf15908ae06b6256378dbc4de.tar.gz
opensim-SC_OLD-e4276f566d55232cf15908ae06b6256378dbc4de.tar.bz2
opensim-SC_OLD-e4276f566d55232cf15908ae06b6256378dbc4de.tar.xz
* Beating on the head that is terrain editing.
* SelectAABB + Radio Button Action + 'brush size' + Apply works now. * There's something wrong with the byte for brush size that causes it to be unpredictable sometimes causing massive spikes. This appears to have always been this way, however it's more noticeable now that you can apply the effect to a selection of terrain.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs b/OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs
index ce77527..aa7c7b4 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs
@@ -55,7 +55,7 @@ namespace OpenSim.Region.Environment.Scenes
55 return; 55 return;
56 56
57 //if it wasn't for the permission checking we could have the terrain module directly subscribe to the OnModifyTerrain event 57 //if it wasn't for the permission checking we could have the terrain module directly subscribe to the OnModifyTerrain event
58 Terrain.ModifyTerrain(height, seconds, brushsize, action, north, west, remoteUser); 58 Terrain.ModifyTerrain(height, seconds, brushsize, action, north, west, south, east, remoteUser);
59 } 59 }
60 60
61 /// <summary> 61 /// <summary>