diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 55fc02a..2fae8ac 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -272,7 +272,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
272 | 272 | ||
273 | public Scene(RegionInfo regInfo, AgentCircuitManager authen, | 273 | public Scene(RegionInfo regInfo, AgentCircuitManager authen, |
274 | CommunicationsManager commsMan, SceneCommunicationService sceneGridService, | 274 | CommunicationsManager commsMan, SceneCommunicationService sceneGridService, |
275 | AssetCache assetCach, StorageManager storeManager, | 275 | IAssetCache assetCach, StorageManager storeManager, |
276 | ModuleLoader moduleLoader, bool dumpAssetsToFile, bool physicalPrim, | 276 | ModuleLoader moduleLoader, bool dumpAssetsToFile, bool physicalPrim, |
277 | bool SeeIntoRegionFromNeighbor, IConfigSource config, string simulatorVersion) | 277 | bool SeeIntoRegionFromNeighbor, IConfigSource config, string simulatorVersion) |
278 | { | 278 | { |