mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
stop move to target on local tps
This commit is contained in:
@@ -1836,6 +1836,9 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
if (IsSatOnObject)
|
||||
StandUp();
|
||||
|
||||
if(m_movingToTarget)
|
||||
ResetMoveToTarget();
|
||||
|
||||
float localHalfAVHeight = 0.8f;
|
||||
if (Appearance != null)
|
||||
localHalfAVHeight = Appearance.AvatarHeight * 0.5f;
|
||||
|
||||
Reference in New Issue
Block a user