aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneObjectPart.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
index 1a58952..4fa3a68 100644
--- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
@@ -4339,7 +4339,7 @@ namespace OpenSim.Region.Framework.Scenes
4339 bool wasPhantom = ((Flags & PrimFlags.Phantom) != 0); 4339 bool wasPhantom = ((Flags & PrimFlags.Phantom) != 0);
4340 bool wasVD = VolumeDetectActive; 4340 bool wasVD = VolumeDetectActive;
4341 4341
4342 if ((UsePhysics == wasUsingPhysics) && (wasTemporary == SetTemporary) && (wasPhantom == SetPhantom) && (SetVD== wasVD)) 4342 if ((UsePhysics == wasUsingPhysics) && (wasTemporary == SetTemporary) && (wasPhantom == SetPhantom) && (SetVD == wasVD))
4343 { 4343 {
4344 return; 4344 return;
4345 } 4345 }