* Change AssetGatherer method access so that only methods which are worth calling from the outside are public

This commit is contained in:
Justin Clarke Casey
2009-02-18 21:02:43 +00:00
parent 2a13e046db
commit 89f2589f6c
3 changed files with 101 additions and 88 deletions

View File

@@ -100,7 +100,7 @@ namespace OpenSim.Region.CoreModules.World.Archiver
foreach (SceneObjectGroup sceneObject in sceneObjects)
{
assetGatherer.GetSceneObjectAssetUuids(sceneObject, assetUuids);
assetGatherer.GatherAssetUuids(sceneObject, assetUuids);
}
m_log.DebugFormat(