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

0.9.1.0-post-fixes
UbitUmarov 2019-05-14 02:48:03 +01:00
parent 3ae4115e43
commit 0e2adbe0fb
1 changed files with 1 additions and 1 deletions

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;
}
}