diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneBase.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneBase.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneBase.cs b/OpenSim/Region/Framework/Scenes/SceneBase.cs index cee9037..b0f328d 100644 --- a/OpenSim/Region/Framework/Scenes/SceneBase.cs +++ b/OpenSim/Region/Framework/Scenes/SceneBase.cs | |||
@@ -126,9 +126,9 @@ namespace OpenSim.Region.Framework.Scenes | |||
126 | 126 | ||
127 | protected string m_datastore; | 127 | protected string m_datastore; |
128 | 128 | ||
129 | private AssetCache m_assetCache; | 129 | private IAssetCache m_assetCache; |
130 | 130 | ||
131 | public AssetCache AssetCache | 131 | public IAssetCache AssetCache |
132 | { | 132 | { |
133 | get { return m_assetCache; } | 133 | get { return m_assetCache; } |
134 | set { m_assetCache = value; } | 134 | set { m_assetCache = value; } |