mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
minor: Rename assetCache constructor param in UUIDGatherer to assetService which is what it is.
This commit is contained in:
@@ -66,9 +66,9 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
// /// </summary>
|
||||
// private bool m_waitingForObjectAsset;
|
||||
|
||||
public UuidGatherer(IAssetService assetCache)
|
||||
public UuidGatherer(IAssetService assetService)
|
||||
{
|
||||
m_assetService = assetCache;
|
||||
m_assetService = assetService;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user