duhhh npcs don't have child agents; plus minor typos

This commit is contained in:
UbitUmarov
2019-04-05 03:45:27 +01:00
parent 8d272fb1d0
commit 0652f01d4c
7 changed files with 20 additions and 11 deletions

View File

@@ -1603,7 +1603,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde
}
else
{
Vector3 a = _velocity; // previus velocity
Vector3 a = _velocity; // previous velocity
SetSmooth(ref _velocity,ref vel,2);
a = (_velocity - a) * invtimeStep;
SetSmooth(ref _acceleration,ref a,2);