diff options
Diffstat (limited to 'OpenSim/Framework/AgentUpdateArgs.cs')
-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 f04d692..cd1c3a0 100644 --- a/OpenSim/Framework/AgentUpdateArgs.cs +++ b/OpenSim/Framework/AgentUpdateArgs.cs | |||
@@ -83,6 +83,7 @@ namespace OpenSim.Framework | |||
83 | public bool UseClientAgentPosition; | 83 | public bool UseClientAgentPosition; |
84 | public bool NeedsCameraCollision; | 84 | public bool NeedsCameraCollision; |
85 | public uint lastpacketSequence; | 85 | public uint lastpacketSequence; |
86 | public double lastUpdateTS; | ||
86 | 87 | ||
87 | public AgentUpdateArgs() | 88 | public AgentUpdateArgs() |
88 | { | 89 | { |