minor: Rename assetCache constructor param in UUIDGatherer to assetService which is what it is.
parent
ac037dfe21
commit
d55f72f3df
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue