mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Initialise m_initialSitTarget to ZERO_VACTOR for safety's sake as per convo with kitto
This commit is contained in:
@@ -213,7 +213,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
private bool m_autopilotMoving;
|
||||
private Vector3 m_autoPilotTarget;
|
||||
private bool m_sitAtAutoTarget;
|
||||
private Vector3 m_initialSitTarget; //KF: First estimate of where to sit
|
||||
private Vector3 m_initialSitTarget = Vector3.Zero; //KF: First estimate of where to sit
|
||||
|
||||
private string m_nextSitAnimation = String.Empty;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user