diff options
author | UbitUmarov | 2012-10-03 23:18:35 +0100 |
---|---|---|
committer | Melanie | 2012-10-18 20:58:34 +0100 |
commit | de44e93aa27f55d939fd27493d195ee498270381 (patch) | |
tree | 95231b2341b4cadef668f457f75e3668ff4a5b1a /OpenSim/Region/Physics/Manager | |
parent | i update core ode plugin and make it load is meshs (i hope) (diff) | |
download | opensim-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 '')
-rw-r--r-- | OpenSim/Region/Physics/Manager/PhysicsScene.cs | 2 |
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 | { |