diff options
author | Melanie Thielker | 2008-11-29 03:18:06 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-11-29 03:18:06 +0000 |
commit | ef4a80eeafcf7fb0e67f406b9c7fd38ab8725f2e (patch) | |
tree | 58ec8f6a97ad3a342e3da36e846d326b07ccb5b2 /OpenSim/Region/ClientStack/LindenUDP | |
parent | A try to better attachment crossing. (diff) | |
download | opensim-SC_OLD-ef4a80eeafcf7fb0e67f406b9c7fd38ab8725f2e.zip opensim-SC_OLD-ef4a80eeafcf7fb0e67f406b9c7fd38ab8725f2e.tar.gz opensim-SC_OLD-ef4a80eeafcf7fb0e67f406b9c7fd38ab8725f2e.tar.bz2 opensim-SC_OLD-ef4a80eeafcf7fb0e67f406b9c7fd38ab8725f2e.tar.xz |
Should have tried with something other than attachments. Make normal prim
render again :)
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
2414 | 2414 | ||
2415 | if (AttachPoint > 30 && ownerID != AgentId) // Someone else's HUD | 2415 | if (AttachPoint > 30 && ownerID != AgentId) // Someone else's HUD |
2416 | return; | 2416 | return; |
2417 | if (parentID == 0) | 2417 | if (primShape.PCode == 9 && primShape.State != 0 && parentID == 0) |
2418 | return; | 2418 | return; |
2419 | 2419 | ||
2420 | if (rotation.X == rotation.Y && rotation.Y == rotation.Z && rotation.Z == rotation.W && rotation.W == 0) | 2420 | if (rotation.X == rotation.Y && rotation.Y == rotation.Z && rotation.Z == rotation.W && rotation.W == 0) |