aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-10-31 18:39:51 +0000
committerJustin Clarke Casey2008-10-31 18:39:51 +0000
commit269303d97d96b1deeabd610389ca2bdb17c2b7d9 (patch)
tree84d6902977d745e5e9e934fa830d4da06b6f8a10 /OpenSim/Region/Environment/Scenes/Scene.cs
parent* Enables PrimitiveBaseShape to be used inside a libOpenMV project by adding ... (diff)
downloadopensim-SC_OLD-269303d97d96b1deeabd610389ca2bdb17c2b7d9.zip
opensim-SC_OLD-269303d97d96b1deeabd610389ca2bdb17c2b7d9.tar.gz
opensim-SC_OLD-269303d97d96b1deeabd610389ca2bdb17c2b7d9.tar.bz2
opensim-SC_OLD-269303d97d96b1deeabd610389ca2bdb17c2b7d9.tar.xz
* test: Add basic scene test which merely instantiates the scene right now
* set debug scene name on scene registration, rather than within the Scene constructor
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs
index 0dd89ae..f411a7f 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.cs
@@ -273,7 +273,6 @@ namespace OpenSim.Region.Environment.Scenes
273 m_authenticateHandler = authen; 273 m_authenticateHandler = authen;
274 CommsManager = commsMan; 274 CommsManager = commsMan;
275 m_sceneGridService = sceneGridService; 275 m_sceneGridService = sceneGridService;
276 m_sceneGridService.debugRegionName = regInfo.RegionName;
277 m_storageManager = storeManager; 276 m_storageManager = storeManager;
278 AssetCache = assetCach; 277 AssetCache = assetCach;
279 m_regInfo = regInfo; 278 m_regInfo = regInfo;