aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorMelanie Thielker2008-11-27 22:46:20 +0000
committerMelanie Thielker2008-11-27 22:46:20 +0000
commitd50c752dbe36af1760ca32ad635ad0c11a5bf2ce (patch)
treec6e609e5f9f4553b5f80ddda455e9ba9f1d27acb /OpenSim
parentAnd take away a now unnecessare swap elsewhere. We should not be swapping (diff)
downloadopensim-SC_OLD-d50c752dbe36af1760ca32ad635ad0c11a5bf2ce.zip
opensim-SC_OLD-d50c752dbe36af1760ca32ad635ad0c11a5bf2ce.tar.gz
opensim-SC_OLD-d50c752dbe36af1760ca32ad635ad0c11a5bf2ce.tar.bz2
opensim-SC_OLD-d50c752dbe36af1760ca32ad635ad0c11a5bf2ce.tar.xz
Fix build break
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneObjectPart.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
index 86109ce..9fa4405 100644
--- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
@@ -3404,7 +3404,7 @@ if (m_shape != null) {
3404 return; 3404 return;
3405 3405
3406 lPos = ParentGroup.RootPart.AttachedPos; 3406 lPos = ParentGroup.RootPart.AttachedPos;
3407 state = AttachmentPoint; 3407 state = (byte)AttachmentPoint;
3408 } 3408 }
3409 else 3409 else
3410 { 3410 {