* Renamed and encapsulated m_sceneGraph as SceneGraph for ccc

This commit is contained in:
lbsa71
2009-02-20 17:18:07 +00:00
parent 2e095f5727
commit 602dafae55
4 changed files with 15 additions and 6 deletions

View File

@@ -611,7 +611,7 @@ namespace OpenSim.Region.CoreModules.World.Estate
}
else if (reportType == 0)
{
SceneData = m_scene.m_sceneGraph.GetTopScripts();
SceneData = m_scene.SceneGraph.GetTopScripts();
}
List<LandStatReportItem> SceneReport = new List<LandStatReportItem>();