mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
terraforming changes: support selected parcel edit; fix area smooth
This commit is contained in:
@@ -61,7 +61,7 @@ namespace OpenSim.Framework
|
||||
IClientAPI remoteClient, uint objectLocalID, uint AttachmentPt, bool silent);
|
||||
|
||||
public delegate void ModifyTerrain(UUID user, float height, float seconds, float brushSize,
|
||||
byte action, float north, float west, float south, float east);
|
||||
byte action, float north, float west, float south, float east, int parcelLocalID);
|
||||
|
||||
public delegate void NetworkStats(int inPackets, int outPackets, int unAckedBytes);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user