mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Update svn properties, minor formatting cleanup.
This commit is contained in:
@@ -2759,7 +2759,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
|
||||
public void SetAttachmentPoint(byte point)
|
||||
{
|
||||
lock(m_parts)
|
||||
lock (m_parts)
|
||||
{
|
||||
foreach (SceneObjectPart part in m_parts.Values)
|
||||
part.SetAttachmentPoint(point);
|
||||
|
||||
Reference in New Issue
Block a user