mantis 8527 and 8517: let llSetLinkPrimitiveParam*() PRIM_TEXTURE ignore texture id/name if invalid, processing the other parameters, for compatibily with old scripts.

This commit is contained in:
UbitUmarov
2019-05-14 02:48:03 +01:00
parent 3ae4115e43
commit 0e2adbe0fb

View File

@@ -2419,7 +2419,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
if (textureID == UUID.Zero)
{
if (!UUID.TryParse(texture, out textureID))
return;
dotexture = false;
}
}