mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
add an agent position field to AgentUpdateArgs for use by some non-LL clients
This commit is contained in:
@@ -78,5 +78,13 @@ namespace OpenSim.Framework
|
||||
/// </summary>
|
||||
public UUID SessionID;
|
||||
public byte State;
|
||||
|
||||
public Vector3 ClientAgentPosition;
|
||||
public bool UseClientAgentPosition;
|
||||
|
||||
public AgentUpdateArgs()
|
||||
{
|
||||
UseClientAgentPosition = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user