aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorUbitUmarov2012-10-03 23:18:35 +0100
committerUbitUmarov2012-10-03 23:18:35 +0100
commita9f2bc150f8177e9e6340b7591b2f846f0678329 (patch)
treee8c32ccf6a8de1c183e4d5fcbebfc3d872a50f76 /OpenSim
parentmeshworker basic replacement of SOP CheckSculptAndLoad ( for now disabled (diff)
downloadopensim-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.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 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 {