Should have tried with something other than attachments. Make normal prim

render again :)
0.6.1-post-fixes
Melanie Thielker 2008-11-29 03:18:06 +00:00
parent 287c724b55
commit ef4a80eeaf
1 changed files with 1 additions and 1 deletions

View File

@ -2414,7 +2414,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
if (AttachPoint > 30 && ownerID != AgentId) // Someone else's HUD
return;
if (parentID == 0)
if (primShape.PCode == 9 && primShape.State != 0 && parentID == 0)
return;
if (rotation.X == rotation.Y && rotation.Y == rotation.Z && rotation.Z == rotation.W && rotation.W == 0)