mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Preliminary movement added to sugilite, forwards walking only and no animations.
This commit is contained in:
@@ -168,7 +168,8 @@ namespace OpenSim
|
||||
case PacketType.AgentUpdate:
|
||||
if (OnAgentUpdate != null)
|
||||
{
|
||||
OnAgentUpdate(Pack);
|
||||
AgentUpdatePacket agenUpdate = (AgentUpdatePacket) Pack;
|
||||
OnAgentUpdate(this, agenUpdate.AgentData.ControlFlags, agenUpdate.AgentData.BodyRotation );
|
||||
}
|
||||
break;
|
||||
case PacketType.AgentAnimation:
|
||||
|
||||
Reference in New Issue
Block a user