aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Manager/PhysicsScene.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-10-18 23:32:40 +0100
committerJustin Clark-Casey (justincc)2012-10-18 23:32:40 +0100
commit8aa43e72e53cf57047be979499b31c2a970b0324 (patch)
tree3f467214f8e2d77b57d258a3bc3571cc8d2648ff /OpenSim/Region/Physics/Manager/PhysicsScene.cs
parentAdd number of inventory items to information displayed via "show part" consol... (diff)
parentRemove extraneous calls to the now commented CheckSculptAndLoad (diff)
downloadopensim-SC_OLD-8aa43e72e53cf57047be979499b31c2a970b0324.zip
opensim-SC_OLD-8aa43e72e53cf57047be979499b31c2a970b0324.tar.gz
opensim-SC_OLD-8aa43e72e53cf57047be979499b31c2a970b0324.tar.bz2
opensim-SC_OLD-8aa43e72e53cf57047be979499b31c2a970b0324.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/Physics/Manager/PhysicsScene.cs')
-rw-r--r--OpenSim/Region/Physics/Manager/PhysicsScene.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/Manager/PhysicsScene.cs b/OpenSim/Region/Physics/Manager/PhysicsScene.cs
index 6a0558a..488900e 100644
--- a/OpenSim/Region/Physics/Manager/PhysicsScene.cs
+++ b/OpenSim/Region/Physics/Manager/PhysicsScene.cs
@@ -76,7 +76,7 @@ namespace OpenSim.Region.Physics.Manager
76 get { return new NullPhysicsScene(); } 76 get { return new NullPhysicsScene(); }
77 } 77 }
78 78
79 public RequestAssetDelegate RequestAssetMethod { private get; set; } 79 public RequestAssetDelegate RequestAssetMethod { get; set; }
80 80
81 public virtual void TriggerPhysicsBasedRestart() 81 public virtual void TriggerPhysicsBasedRestart()
82 { 82 {