diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/ScenePresence.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs index 0e11764..ce4b8e5 100644 --- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs | |||
@@ -178,7 +178,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
178 | //PauPaw:Proper PID Controler for autopilot************ | 178 | //PauPaw:Proper PID Controler for autopilot************ |
179 | private bool m_moveToPositionInProgress = false; | 179 | private bool m_moveToPositionInProgress = false; |
180 | private Vector3 m_moveToPositionTarget = Vector3.Zero; | 180 | private Vector3 m_moveToPositionTarget = Vector3.Zero; |
181 | private int m_moveToPositionStateStatus = 0; | 181 | //private int m_moveToPositionStateStatus = 0; |
182 | //***************************************************** | 182 | //***************************************************** |
183 | 183 | ||
184 | // Agent's Draw distance. | 184 | // Agent's Draw distance. |