Simian:
* Fixed avatar rotation not being locked while sitting * Fixed owner info being lost on link/unlink * First pass at attachment support git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2468 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -414,7 +414,9 @@ namespace Simian.Extensions
|
||||
{
|
||||
AgentUpdatePacket update = (AgentUpdatePacket)packet;
|
||||
|
||||
agent.Avatar.Prim.Rotation = update.AgentData.BodyRotation;
|
||||
if (agent.Avatar.Prim.ParentID == 0)
|
||||
agent.Avatar.Prim.Rotation = update.AgentData.BodyRotation;
|
||||
|
||||
agent.ControlFlags = (AgentManager.ControlFlags)update.AgentData.ControlFlags;
|
||||
agent.State = (AgentState)update.AgentData.State;
|
||||
agent.HideTitle = update.AgentData.Flags != 0;
|
||||
|
||||
Reference in New Issue
Block a user