diff options
author | UbitUmarov | 2019-11-09 23:59:19 +0000 |
---|---|---|
committer | UbitUmarov | 2019-11-09 23:59:19 +0000 |
commit | 53339d29704d3a9fb2d436ee48fc3ca99ab33108 (patch) | |
tree | bced7330f7391458403d2eefb61b124bd51acc1a /OpenSim/Framework | |
parent | cosmetics (diff) | |
download | opensim-SC-53339d29704d3a9fb2d436ee48fc3ca99ab33108.zip opensim-SC-53339d29704d3a9fb2d436ee48fc3ca99ab33108.tar.gz opensim-SC-53339d29704d3a9fb2d436ee48fc3ca99ab33108.tar.bz2 opensim-SC-53339d29704d3a9fb2d436ee48fc3ca99ab33108.tar.xz |
terraforming changes: make sliders work, remove some brushs, etc. Feedback needed (run prebuild)
Diffstat (limited to 'OpenSim/Framework')
-rwxr-xr-x | OpenSim/Framework/IClientAPI.cs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 8fcd9a4..2929207 100755 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -60,9 +60,8 @@ namespace OpenSim.Framework | |||
60 | public delegate void ObjectAttach( | 60 | public delegate void ObjectAttach( |
61 | IClientAPI remoteClient, uint objectLocalID, uint AttachmentPt, bool silent); | 61 | IClientAPI remoteClient, uint objectLocalID, uint AttachmentPt, bool silent); |
62 | 62 | ||
63 | public delegate void ModifyTerrain(UUID user, | 63 | public delegate void ModifyTerrain(UUID user, float height, float seconds, float brushSize, |
64 | float height, float seconds, byte size, byte action, float north, float west, float south, float east, | 64 | byte action, float north, float west, float south, float east); |
65 | UUID agentId); | ||
66 | 65 | ||
67 | public delegate void NetworkStats(int inPackets, int outPackets, int unAckedBytes); | 66 | public delegate void NetworkStats(int inPackets, int outPackets, int unAckedBytes); |
68 | 67 | ||