aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Manager/PhysicsScene.cs
diff options
context:
space:
mode:
authorUbitUmarov2012-10-03 23:18:35 +0100
committerMelanie2012-10-18 20:58:34 +0100
commitde44e93aa27f55d939fd27493d195ee498270381 (patch)
tree95231b2341b4cadef668f457f75e3668ff4a5b1a /OpenSim/Region/Physics/Manager/PhysicsScene.cs
parenti update core ode plugin and make it load is meshs (i hope) (diff)
downloadopensim-SC_OLD-de44e93aa27f55d939fd27493d195ee498270381.zip
opensim-SC_OLD-de44e93aa27f55d939fd27493d195ee498270381.tar.gz
opensim-SC_OLD-de44e93aa27f55d939fd27493d195ee498270381.tar.bz2
opensim-SC_OLD-de44e93aa27f55d939fd27493d195ee498270381.tar.xz
missing changed file
Signed-off-by: Melanie <melanie@t-data.com>
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 {