From ef4a80eeafcf7fb0e67f406b9c7fd38ab8725f2e Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Sat, 29 Nov 2008 03:18:06 +0000 Subject: Should have tried with something other than attachments. Make normal prim render again :) --- OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 5dd7dd2..d7cad85 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs @@ -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) -- cgit v1.1