stop move to target on local tps

This commit is contained in:
UbitUmarov
2020-08-25 23:29:58 +01:00
parent 4490877284
commit 51a0cb72c2

View File

@@ -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;