diff options
author | Melanie Thielker | 2008-11-29 01:33:10 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-11-29 01:33:10 +0000 |
commit | 287c724b5585b87822da4ba92f8a1c55b7d33a67 (patch) | |
tree | 56e869fe4d9f152c9926ff50f6f1b7ad02c3a442 /OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |
parent | * minor: Stop startup complaining about a missing MyAssetSet.xml all the time... (diff) | |
download | opensim-SC_OLD-287c724b5585b87822da4ba92f8a1c55b7d33a67.zip opensim-SC_OLD-287c724b5585b87822da4ba92f8a1c55b7d33a67.tar.gz opensim-SC_OLD-287c724b5585b87822da4ba92f8a1c55b7d33a67.tar.bz2 opensim-SC_OLD-287c724b5585b87822da4ba92f8a1c55b7d33a67.tar.xz |
A try to better attachment crossing.
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 1823ccf..5dd7dd2 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -2414,6 +2414,8 @@ 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) | ||
2418 | return; | ||
2417 | 2419 | ||
2418 | 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) |
2419 | rotation = Quaternion.Identity; | 2421 | rotation = Quaternion.Identity; |