diff options
author | UbitUmarov | 2012-10-03 23:18:35 +0100 |
---|---|---|
committer | UbitUmarov | 2012-10-03 23:18:35 +0100 |
commit | a9f2bc150f8177e9e6340b7591b2f846f0678329 (patch) | |
tree | e8c32ccf6a8de1c183e4d5fcbebfc3d872a50f76 /OpenSim | |
parent | meshworker basic replacement of SOP CheckSculptAndLoad ( for now disabled (diff) | |
download | opensim-SC_OLD-a9f2bc150f8177e9e6340b7591b2f846f0678329.zip opensim-SC_OLD-a9f2bc150f8177e9e6340b7591b2f846f0678329.tar.gz opensim-SC_OLD-a9f2bc150f8177e9e6340b7591b2f846f0678329.tar.bz2 opensim-SC_OLD-a9f2bc150f8177e9e6340b7591b2f846f0678329.tar.xz |
missing changed file
Diffstat (limited to 'OpenSim')
-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 5274f3b..46bfa59 100644 --- a/OpenSim/Region/Physics/Manager/PhysicsScene.cs +++ b/OpenSim/Region/Physics/Manager/PhysicsScene.cs | |||
@@ -106,7 +106,7 @@ namespace OpenSim.Region.Physics.Manager | |||
106 | get { return new NullPhysicsScene(); } | 106 | get { return new NullPhysicsScene(); } |
107 | } | 107 | } |
108 | 108 | ||
109 | public RequestAssetDelegate RequestAssetMethod { private get; set; } | 109 | public RequestAssetDelegate RequestAssetMethod { get; set; } |
110 | 110 | ||
111 | public virtual void TriggerPhysicsBasedRestart() | 111 | public virtual void TriggerPhysicsBasedRestart() |
112 | { | 112 | { |