mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
Should have tried with something other than attachments. Make normal prim
render again :)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user