aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneObjectPart.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
index 250c803..8a58e71 100644
--- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
@@ -3378,7 +3378,6 @@ if (m_shape != null) {
3378 3378
3379 #endregion Public Methods 3379 #endregion Public Methods
3380 3380
3381
3382 private byte GetAttachPointEncoded() 3381 private byte GetAttachPointEncoded()
3383 { 3382 {
3384 return (byte)((AttachmentPoint % 16) * 16 + (AttachmentPoint / 16)); 3383 return (byte)((AttachmentPoint % 16) * 16 + (AttachmentPoint / 16));