aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorDiva Canto2009-08-15 14:57:24 -0700
committerDiva Canto2009-08-15 14:57:24 -0700
commit19e45466f2ce804694b4a0b8fcbf2d30d27f5821 (patch)
tree33e6c60788d591b02c21558224b9a60b12e5bc95 /OpenSim/Region
parentChanged FromAssetID to FromItemID (diff)
downloadopensim-SC_OLD-19e45466f2ce804694b4a0b8fcbf2d30d27f5821.zip
opensim-SC_OLD-19e45466f2ce804694b4a0b8fcbf2d30d27f5821.tar.gz
opensim-SC_OLD-19e45466f2ce804694b4a0b8fcbf2d30d27f5821.tar.bz2
opensim-SC_OLD-19e45466f2ce804694b4a0b8fcbf2d30d27f5821.tar.xz
Changed one word in a comment
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneGraph.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneGraph.cs b/OpenSim/Region/Framework/Scenes/SceneGraph.cs
index 7b6b666..7a45e3b 100644
--- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs
@@ -585,7 +585,7 @@ namespace OpenSim.Region.Framework.Scenes
585 group.SetAttachmentPoint(Convert.ToByte(AttachmentPt)); 585 group.SetAttachmentPoint(Convert.ToByte(AttachmentPt));
586 group.AbsolutePosition = attachPos; 586 group.AbsolutePosition = attachPos;
587 587
588 // Saves and gets assetID 588 // Saves and gets itemID
589 UUID itemId; 589 UUID itemId;
590 590
591 if (group.GetFromItemID() == UUID.Zero) 591 if (group.GetFromItemID() == UUID.Zero)