add an agent position field to AgentUpdateArgs for use by some non-LL clients
parent
5dcb14726d
commit
88d2adc93c
|
@ -78,5 +78,13 @@ namespace OpenSim.Framework
|
|||
/// </summary>
|
||||
public UUID SessionID;
|
||||
public byte State;
|
||||
|
||||
public Vector3 ClientAgentPosition;
|
||||
public bool UseClientAgentPosition;
|
||||
|
||||
public AgentUpdateArgs()
|
||||
{
|
||||
UseClientAgentPosition = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue