mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
A try to better attachment crossing.
This commit is contained in:
@@ -2414,6 +2414,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
|
||||
if (AttachPoint > 30 && ownerID != AgentId) // Someone else's HUD
|
||||
return;
|
||||
if (parentID == 0)
|
||||
return;
|
||||
|
||||
if (rotation.X == rotation.Y && rotation.Y == rotation.Z && rotation.Z == rotation.W && rotation.W == 0)
|
||||
rotation = Quaternion.Identity;
|
||||
|
||||
Reference in New Issue
Block a user