diff options
author | Jeff Ames | 2009-11-23 11:26:06 +0900 |
---|---|---|
committer | Jeff Ames | 2009-11-23 11:26:06 +0900 |
commit | 9f5c2acd128828d220bf7e47bd4fe13d7a2a910b (patch) | |
tree | bb1a273746c4b2a466dd705537a2457f0474faa2 /OpenSim/Region/Framework/Scenes/ScenePresence.cs | |
parent | * Added missing lock to m_forcelist when AddForce is called. When a user dr... (diff) | |
download | opensim-SC-9f5c2acd128828d220bf7e47bd4fe13d7a2a910b.zip opensim-SC-9f5c2acd128828d220bf7e47bd4fe13d7a2a910b.tar.gz opensim-SC-9f5c2acd128828d220bf7e47bd4fe13d7a2a910b.tar.bz2 opensim-SC-9f5c2acd128828d220bf7e47bd4fe13d7a2a910b.tar.xz |
Formatting cleanup.
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/ScenePresence.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index d23d303..5604e3d 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -247,7 +247,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
247 | /// <value> | 247 | /// <value> |
248 | /// Script engines present in the scene | 248 | /// Script engines present in the scene |
249 | /// </value> | 249 | /// </value> |
250 | private IScriptModule[] m_scriptEngines; | 250 | private IScriptModule[] m_scriptEngines; |
251 | 251 | ||
252 | #region Properties | 252 | #region Properties |
253 | 253 | ||
@@ -674,7 +674,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
674 | AvatarWearable[] wearables) | 674 | AvatarWearable[] wearables) |
675 | : this(client, world, reginfo) | 675 | : this(client, world, reginfo) |
676 | { | 676 | { |
677 | m_appearance = new AvatarAppearance(m_uuid, wearables, visualParams); | 677 | m_appearance = new AvatarAppearance(m_uuid, wearables, visualParams); |
678 | } | 678 | } |
679 | 679 | ||
680 | public ScenePresence(IClientAPI client, Scene world, RegionInfo reginfo, AvatarAppearance appearance) | 680 | public ScenePresence(IClientAPI client, Scene world, RegionInfo reginfo, AvatarAppearance appearance) |
@@ -3052,7 +3052,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
3052 | 3052 | ||
3053 | public ScenePresence() | 3053 | public ScenePresence() |
3054 | { | 3054 | { |
3055 | m_sendCourseLocationsMethod = SendCoarseLocationsDefault; | 3055 | m_sendCourseLocationsMethod = SendCoarseLocationsDefault; |
3056 | CreateSceneViewer(); | 3056 | CreateSceneViewer(); |
3057 | m_animator = new ScenePresenceAnimator(this); | 3057 | m_animator = new ScenePresenceAnimator(this); |
3058 | } | 3058 | } |
@@ -3140,8 +3140,8 @@ namespace OpenSim.Region.Framework.Scenes | |||
3140 | } | 3140 | } |
3141 | } | 3141 | } |
3142 | } | 3142 | } |
3143 | } | 3143 | } |
3144 | } | 3144 | } |
3145 | 3145 | ||
3146 | public bool CrossAttachmentsIntoNewRegion(ulong regionHandle, bool silent) | 3146 | public bool CrossAttachmentsIntoNewRegion(ulong regionHandle, bool silent) |
3147 | { | 3147 | { |