diff options
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IScenePresence.cs | 2 |
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> |