aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorUbitUmarov2014-07-19 22:16:59 +0100
committerUbitUmarov2014-07-19 22:16:59 +0100
commit5b8d1f0719b37ba6dcd92c8fd33a725017b8a19d (patch)
tree81e1583c4a906260ce8ac60b9b085b569398f641
parentMerge branch 'avination-current' (diff)
downloadopensim-SC_OLD-5b8d1f0719b37ba6dcd92c8fd33a725017b8a19d.zip
opensim-SC_OLD-5b8d1f0719b37ba6dcd92c8fd33a725017b8a19d.tar.gz
opensim-SC_OLD-5b8d1f0719b37ba6dcd92c8fd33a725017b8a19d.tar.bz2
opensim-SC_OLD-5b8d1f0719b37ba6dcd92c8fd33a725017b8a19d.tar.xz
refix originalPositions[]
-rw-r--r--OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs b/OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs
index d5c2fd4..a7c774c 100644
--- a/OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs
+++ b/OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs
@@ -385,7 +385,7 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess
385 objectGroup.AbsolutePosition.Z); 385 objectGroup.AbsolutePosition.Z);
386 386
387 Quaternion inventoryStoredRotation = objectGroup.GroupRotation; 387 Quaternion inventoryStoredRotation = objectGroup.GroupRotation;
388 //originalPositions[objectGroup.UUID] = objectGroup.AbsolutePosition; 388 originalPositions[objectGroup.UUID] = objectGroup.AbsolutePosition;
389 389
390 // Restore attachment data after trip through the sim 390 // Restore attachment data after trip through the sim
391 if (objectGroup.RootPart.AttachPoint > 0) 391 if (objectGroup.RootPart.AttachPoint > 0)