aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/UuidGatherer.cs
diff options
context:
space:
mode:
authorUbitUmarov2019-01-18 03:02:39 +0000
committerUbitUmarov2019-01-18 03:02:39 +0000
commit04f44bcf99be56ce26b918354400178040c1d5ae (patch)
treefe7760362b90ff076dd634c15a36f49289de6e6a /OpenSim/Region/Framework/Scenes/UuidGatherer.cs
parentupdate libomv with more changes to low level code (diff)
downloadopensim-SC-04f44bcf99be56ce26b918354400178040c1d5ae.zip
opensim-SC-04f44bcf99be56ce26b918354400178040c1d5ae.tar.gz
opensim-SC-04f44bcf99be56ce26b918354400178040c1d5ae.tar.bz2
opensim-SC-04f44bcf99be56ce26b918354400178040c1d5ae.tar.xz
mantis 8442 more changes to alpha blending (mono does not like last)
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/UuidGatherer.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/UuidGatherer.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/UuidGatherer.cs b/OpenSim/Region/Framework/Scenes/UuidGatherer.cs
index 80d3f62..d0c48b7 100644
--- a/OpenSim/Region/Framework/Scenes/UuidGatherer.cs
+++ b/OpenSim/Region/Framework/Scenes/UuidGatherer.cs
@@ -450,6 +450,8 @@ namespace OpenSim.Region.Framework.Scenes
450 { 450 {
451 // scan thru the dynAttrs map of this part for any textures used as materials 451 // scan thru the dynAttrs map of this part for any textures used as materials
452 OSD osdMaterials = null; 452 OSD osdMaterials = null;
453 if(part.DynAttrs == null)
454 return;
453 455
454 lock (part.DynAttrs) 456 lock (part.DynAttrs)
455 { 457 {