aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules
diff options
context:
space:
mode:
authorUbitUmarov2019-04-05 03:45:27 +0100
committerUbitUmarov2019-04-05 03:45:27 +0100
commit0652f01d4cbae9585f4288b68d1feff1711d6be4 (patch)
tree557a8b2091bd198c21f5d802e4f4f97081dbd364 /OpenSim/Region/PhysicsModules
parentmantis 8512: fix runprebuild (diff)
downloadopensim-SC-0652f01d4cbae9585f4288b68d1feff1711d6be4.zip
opensim-SC-0652f01d4cbae9585f4288b68d1feff1711d6be4.tar.gz
opensim-SC-0652f01d4cbae9585f4288b68d1feff1711d6be4.tar.bz2
opensim-SC-0652f01d4cbae9585f4288b68d1feff1711d6be4.tar.xz
duhhh npcs don't have child agents; plus minor typos
Diffstat (limited to 'OpenSim/Region/PhysicsModules')
-rw-r--r--OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs b/OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs
index 7ad5e3d..267fc5b 100644
--- a/OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs
+++ b/OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs
@@ -1603,7 +1603,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde
1603 } 1603 }
1604 else 1604 else
1605 { 1605 {
1606 Vector3 a = _velocity; // previus velocity 1606 Vector3 a = _velocity; // previous velocity
1607 SetSmooth(ref _velocity,ref vel,2); 1607 SetSmooth(ref _velocity,ref vel,2);
1608 a = (_velocity - a) * invtimeStep; 1608 a = (_velocity - a) * invtimeStep;
1609 SetSmooth(ref _acceleration,ref a,2); 1609 SetSmooth(ref _acceleration,ref a,2);