mantis 8442 more changes to alpha blending (mono does not like last)

This commit is contained in:
UbitUmarov
2019-01-18 03:02:39 +00:00
parent 0c85517e9e
commit 04f44bcf99
2 changed files with 5 additions and 12 deletions

View File

@@ -450,6 +450,8 @@ namespace OpenSim.Region.Framework.Scenes
{
// scan thru the dynAttrs map of this part for any textures used as materials
OSD osdMaterials = null;
if(part.DynAttrs == null)
return;
lock (part.DynAttrs)
{