aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneBase.cs
diff options
context:
space:
mode:
authorUbitUmarov2016-09-17 17:56:35 +0100
committerUbitUmarov2016-09-17 17:56:56 +0100
commit592a915d8d9335784998d02418d1eee757f76350 (patch)
treedcd814003dba0e708c9d40fdef109c0b041ad493 /OpenSim/Region/Framework/Scenes/SceneBase.cs
parent add load baked terrain methods. missing file (diff)
downloadopensim-SC_OLD-592a915d8d9335784998d02418d1eee757f76350.zip
opensim-SC_OLD-592a915d8d9335784998d02418d1eee757f76350.tar.gz
opensim-SC_OLD-592a915d8d9335784998d02418d1eee757f76350.tar.bz2
opensim-SC_OLD-592a915d8d9335784998d02418d1eee757f76350.tar.xz
add rest of wiring for terrain bake persistent store (mantis 8024 but not
using its code). Only did minor testing in MySQL
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneBase.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneBase.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneBase.cs b/OpenSim/Region/Framework/Scenes/SceneBase.cs
index f420f69..1de55ec 100644
--- a/OpenSim/Region/Framework/Scenes/SceneBase.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneBase.cs
@@ -153,6 +153,7 @@ namespace OpenSim.Region.Framework.Scenes
153 } 153 }
154 154
155 public ITerrainChannel Heightmap; 155 public ITerrainChannel Heightmap;
156 public ITerrainChannel Bakedmap;
156 157
157 /// <value> 158 /// <value>
158 /// Allows retrieval of land information for this scene. 159 /// Allows retrieval of land information for this scene.