Add IDynamicTextureManager.ConvertData() to match AsyncConvertData(). Remove mismatching ConvertStream() where there is no AsyncConvertStream and neither IDynamicTextureManager implementer implements this method.

This commit is contained in:
Justin Clark-Casey (justincc)
2012-08-28 20:35:17 +01:00
parent 1e18f0f26a
commit aa44df9c04
3 changed files with 8 additions and 7 deletions

View File

@@ -72,7 +72,7 @@ namespace OpenSim.Region.CoreModules.Scripting.LoadImageURL
return null;
}
public byte[] ConvertStream(Stream data, string extraParams)
public byte[] ConvertData(string bodyData, string extraParams)
{
return null;
}