diff options
Diffstat (limited to 'OpenSim/Framework/IAssetServer.cs')
-rw-r--r-- | OpenSim/Framework/IAssetServer.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Framework/IAssetServer.cs b/OpenSim/Framework/IAssetServer.cs index 70feb74..0e89348 100644 --- a/OpenSim/Framework/IAssetServer.cs +++ b/OpenSim/Framework/IAssetServer.cs | |||
@@ -58,7 +58,8 @@ namespace OpenSim.Framework | |||
58 | /// Call back made when an asset server could not retrieve a requested asset | 58 | /// Call back made when an asset server could not retrieve a requested asset |
59 | /// </summary> | 59 | /// </summary> |
60 | /// <param name="assetID"></param> | 60 | /// <param name="assetID"></param> |
61 | void AssetNotFound(LLUUID assetID); | 61 | /// <param name="IsTexture"></param> |
62 | void AssetNotFound(LLUUID assetID, bool IsTexture); | ||
62 | } | 63 | } |
63 | 64 | ||
64 | public interface IAssetPlugin | 65 | public interface IAssetPlugin |