aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IScenePresence.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/IScenePresence.cs')
-rw-r--r--OpenSim/Region/Framework/Interfaces/IScenePresence.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IScenePresence.cs b/OpenSim/Region/Framework/Interfaces/IScenePresence.cs
index 95688ab..ff39283 100644
--- a/OpenSim/Region/Framework/Interfaces/IScenePresence.cs
+++ b/OpenSim/Region/Framework/Interfaces/IScenePresence.cs
@@ -67,7 +67,7 @@ namespace OpenSim.Region.Framework.Interfaces
67 /// All add and remove attachment operations must synchronize on this for the lifetime of their operations. 67 /// All add and remove attachment operations must synchronize on this for the lifetime of their operations.
68 /// </remarks> 68 /// </remarks>
69 Object AttachmentsSyncLock { get; } 69 Object AttachmentsSyncLock { get; }
70 70
71 /// <summary> 71 /// <summary>
72 /// The scene objects attached to this avatar. 72 /// The scene objects attached to this avatar.
73 /// </summary> 73 /// </summary>