diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/AgentUpdateArgs.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/AgentUpdateArgs.cs b/OpenSim/Framework/AgentUpdateArgs.cs index eaa7902..f04d692 100644 --- a/OpenSim/Framework/AgentUpdateArgs.cs +++ b/OpenSim/Framework/AgentUpdateArgs.cs | |||
@@ -82,6 +82,7 @@ namespace OpenSim.Framework | |||
82 | public Vector3 ClientAgentPosition; | 82 | public Vector3 ClientAgentPosition; |
83 | public bool UseClientAgentPosition; | 83 | public bool UseClientAgentPosition; |
84 | public bool NeedsCameraCollision; | 84 | public bool NeedsCameraCollision; |
85 | public uint lastpacketSequence; | ||
85 | 86 | ||
86 | public AgentUpdateArgs() | 87 | public AgentUpdateArgs() |
87 | { | 88 | { |