fix minor race condition in SOP.SitTargetPositionLL where inconsistency could occur if the sit target position changed whilst the property was fetched
							parent
							
								
									a49447832e
								
							
						
					
					
						commit
						2a76b08ebd
					
				|  | @ -1110,7 +1110,7 @@ namespace OpenSim.Region.Framework.Scenes | ||||||
|         // the mappings more consistant. |         // the mappings more consistant. | ||||||
|         public Vector3 SitTargetPositionLL |         public Vector3 SitTargetPositionLL | ||||||
|         { |         { | ||||||
|             get { return new Vector3(m_sitTargetPosition.X, m_sitTargetPosition.Y,m_sitTargetPosition.Z); } |             get { return m_sitTargetPosition; } | ||||||
|             set { m_sitTargetPosition = value; } |             set { m_sitTargetPosition = value; } | ||||||
|         } |         } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 Justin Clark-Casey (justincc)
						Justin Clark-Casey (justincc)