diff options
author | Melanie Thielker | 2008-11-22 16:09:58 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-11-22 16:09:58 +0000 |
commit | 1c89c348b74403b03683bac89936bdc8f08190c2 (patch) | |
tree | 3f1e23025ac65087a094a964000bdc0f62ac5b39 /OpenSim/Region/Environment | |
parent | Remove a redundant check and add checking for attachments in parcels that (diff) | |
download | opensim-SC_OLD-1c89c348b74403b03683bac89936bdc8f08190c2.zip opensim-SC_OLD-1c89c348b74403b03683bac89936bdc8f08190c2.tar.gz opensim-SC_OLD-1c89c348b74403b03683bac89936bdc8f08190c2.tar.bz2 opensim-SC_OLD-1c89c348b74403b03683bac89936bdc8f08190c2.tar.xz |
Fix build break
Diffstat (limited to 'OpenSim/Region/Environment')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneGraph.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneGraph.cs b/OpenSim/Region/Environment/Scenes/SceneGraph.cs index c25ce3c..05ad996 100644 --- a/OpenSim/Region/Environment/Scenes/SceneGraph.cs +++ b/OpenSim/Region/Environment/Scenes/SceneGraph.cs | |||
@@ -1179,7 +1179,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
1179 | { | 1179 | { |
1180 | 1180 | ||
1181 | // Vector3 oldPos = group.AbsolutePosition; | 1181 | // Vector3 oldPos = group.AbsolutePosition; |
1182 | if (group.IsAttachment || (group.RootPrim.Shape.PCode == 9 && group.RootPrim.Shape.State != 0)) | 1182 | if (group.IsAttachment || (group.RootPart.Shape.PCode == 9 && group.RootPart.Shape.State != 0)) |
1183 | { | 1183 | { |
1184 | group.UpdateGroupPosition(pos); | 1184 | group.UpdateGroupPosition(pos); |
1185 | } | 1185 | } |