aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneGraph.cs
diff options
context:
space:
mode:
authorUbitUmarov2016-11-03 14:01:35 +0000
committerUbitUmarov2016-11-03 14:01:35 +0000
commit01a4a883e08f681c48fbb3d456a773f93985f694 (patch)
tree30a9aef2876644413e56e22ff50088904bab8e53 /OpenSim/Region/Framework/Scenes/SceneGraph.cs
parentMerge branch 'master' into httptests (diff)
parentfix some coments, thanks Austin Tate (diff)
downloadopensim-SC-01a4a883e08f681c48fbb3d456a773f93985f694.zip
opensim-SC-01a4a883e08f681c48fbb3d456a773f93985f694.tar.gz
opensim-SC-01a4a883e08f681c48fbb3d456a773f93985f694.tar.bz2
opensim-SC-01a4a883e08f681c48fbb3d456a773f93985f694.tar.xz
Merge branch 'master' into httptests
Diffstat (limited to '')
-rwxr-xr-xOpenSim/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 238ec8e..1141f54 100755
--- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs
@@ -1660,7 +1660,7 @@ namespace OpenSim.Region.Framework.Scenes
1660 if (part != null) 1660 if (part != null)
1661 { 1661 {
1662 part.UpdateExtraPhysics(PhysData); 1662 part.UpdateExtraPhysics(PhysData);
1663 if (part.UpdatePhysRequired && remoteClient != null) 1663 if (remoteClient != null)
1664 remoteClient.SendPartPhysicsProprieties(part); 1664 remoteClient.SendPartPhysicsProprieties(part);
1665 } 1665 }
1666 } 1666 }