aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IScenePresence.cs
diff options
context:
space:
mode:
authorUbitUmarov2019-11-09 23:59:19 +0000
committerUbitUmarov2019-11-09 23:59:19 +0000
commit53339d29704d3a9fb2d436ee48fc3ca99ab33108 (patch)
treebced7330f7391458403d2eefb61b124bd51acc1a /OpenSim/Region/Framework/Interfaces/IScenePresence.cs
parentcosmetics (diff)
downloadopensim-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/Region/Framework/Interfaces/IScenePresence.cs')
-rw-r--r--OpenSim/Region/Framework/Interfaces/IScenePresence.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IScenePresence.cs b/OpenSim/Region/Framework/Interfaces/IScenePresence.cs
index 0fe681f..412c86e 100644
--- a/OpenSim/Region/Framework/Interfaces/IScenePresence.cs
+++ b/OpenSim/Region/Framework/Interfaces/IScenePresence.cs
@@ -53,7 +53,8 @@ namespace OpenSim.Region.Framework.Interfaces
53 /// All add and remove attachment operations must synchronize on this for the lifetime of their operations. 53 /// All add and remove attachment operations must synchronize on this for the lifetime of their operations.
54 /// </remarks> 54 /// </remarks>
55 Object AttachmentsSyncLock { get; } 55 Object AttachmentsSyncLock { get; }
56 56 int MaxNumberAttachments { get; }
57 int GetAttachmentsCount();
57 /// <summary> 58 /// <summary>
58 /// The scene objects attached to this avatar. 59 /// The scene objects attached to this avatar.
59 /// </summary> 60 /// </summary>