diff options
author | Robert Adams | 2013-05-03 14:25:52 -0700 |
---|---|---|
committer | Robert Adams | 2013-05-03 14:25:52 -0700 |
commit | 1ffa69f691449fb240327505c94b18d4bf63c103 (patch) | |
tree | d2c0c028badd4c491418845a56e9582c62dfacf2 /OpenSim/Region/Framework/Scenes/SceneBase.cs | |
parent | BulletSim: zero vehicle motion when changing vehicle type. (diff) | |
parent | Fix possible race condition with local region cache if a region was added aft... (diff) | |
download | opensim-SC-1ffa69f691449fb240327505c94b18d4bf63c103.zip opensim-SC-1ffa69f691449fb240327505c94b18d4bf63c103.tar.gz opensim-SC-1ffa69f691449fb240327505c94b18d4bf63c103.tar.bz2 opensim-SC-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.cs | 4 |
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 |