mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Mantis#2557. Thank you kindly, Diva for a patch that:
This patch changes a method from private to public. Will make life easier for the asset mapper for the hypergrid.
This commit is contained in:
@@ -209,7 +209,7 @@ namespace OpenSim.Framework.Communications.Cache
|
||||
/// <param name="assetId"></param>
|
||||
/// <param name="asset"></param>
|
||||
/// <returns>true if the asset was in the cache, false if it was not</returns>
|
||||
private bool TryGetCachedAsset(UUID assetId, out AssetBase asset)
|
||||
public bool TryGetCachedAsset(UUID assetId, out AssetBase asset)
|
||||
{
|
||||
if (Textures.ContainsKey(assetId))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user