mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
* 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.
This commit is contained in:
@@ -55,7 +55,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
return;
|
||||
|
||||
//if it wasn't for the permission checking we could have the terrain module directly subscribe to the OnModifyTerrain event
|
||||
Terrain.ModifyTerrain(height, seconds, brushsize, action, north, west, remoteUser);
|
||||
Terrain.ModifyTerrain(height, seconds, brushsize, action, north, west, south, east, remoteUser);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user