diff options
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; |