aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IScenePresence.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-09-12 22:26:04 +0100
committerJustin Clark-Casey (justincc)2011-09-12 22:26:04 +0100
commit294120c9d36f5c6452d5b839ef2543ed4be7af95 (patch)
tree02b6052bed38c26d337348cb0902ac8e62fc2b18 /OpenSim/Region/Framework/Interfaces/IScenePresence.cs
parentStart locking entire add/remove operations on an IScenePresence.AttachmentsSy... (diff)
downloadopensim-SC_OLD-294120c9d36f5c6452d5b839ef2543ed4be7af95.zip
opensim-SC_OLD-294120c9d36f5c6452d5b839ef2543ed4be7af95.tar.gz
opensim-SC_OLD-294120c9d36f5c6452d5b839ef2543ed4be7af95.tar.bz2
opensim-SC_OLD-294120c9d36f5c6452d5b839ef2543ed4be7af95.tar.xz
comment out some recent terrain texture logging
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>