aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneBase.cs
diff options
context:
space:
mode:
authorRobert Adams2013-05-03 14:25:52 -0700
committerRobert Adams2013-05-03 14:25:52 -0700
commit1ffa69f691449fb240327505c94b18d4bf63c103 (patch)
treed2c0c028badd4c491418845a56e9582c62dfacf2 /OpenSim/Region/Framework/Scenes/SceneBase.cs
parentBulletSim: zero vehicle motion when changing vehicle type. (diff)
parentFix possible race condition with local region cache if a region was added aft... (diff)
downloadopensim-SC_OLD-1ffa69f691449fb240327505c94b18d4bf63c103.zip
opensim-SC_OLD-1ffa69f691449fb240327505c94b18d4bf63c103.tar.gz
opensim-SC_OLD-1ffa69f691449fb240327505c94b18d4bf63c103.tar.bz2
opensim-SC_OLD-1ffa69f691449fb240327505c94b18d4bf63c103.tar.xz
Merge branch 'master' into bulletsim4
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneBase.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneBase.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneBase.cs b/OpenSim/Region/Framework/Scenes/SceneBase.cs
index d3e968e..d2097ea 100644
--- a/OpenSim/Region/Framework/Scenes/SceneBase.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneBase.cs
@@ -561,6 +561,10 @@ namespace OpenSim.Region.Framework.Scenes
561 get { return false; } 561 get { return false; }
562 } 562 }
563 563
564 public virtual void Start()
565 {
566 }
567
564 public void Restart() 568 public void Restart()
565 { 569 {
566 // This has to be here to fire the event 570 // This has to be here to fire the event