From 6e2b532255f6b11ae14d4501514a415899b195ff Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Wed, 7 Jan 2015 06:46:08 -0800 Subject: BulletSim: fix line ending problems. --- OpenSim/Region/Physics/BulletSPlugin/BSActorAvatarMove.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim') diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSActorAvatarMove.cs b/OpenSim/Region/Physics/BulletSPlugin/BSActorAvatarMove.cs index 9bbba40..c0d65be 100755 --- a/OpenSim/Region/Physics/BulletSPlugin/BSActorAvatarMove.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSActorAvatarMove.cs @@ -366,7 +366,7 @@ public class BSActorAvatarMove : BSActor // The step is presumed to be more or less vertical. Thus the Z component should // be nearly horizontal. OMV.Vector3 directionFacing = OMV.Vector3.UnitX * m_controllingPrim.RawOrientation; - OMV.Vector3 touchNormal = OMV.Vector3.Normalize(kvp.Value.SurfaceNormal); + OMV.Vector3 touchNormal = OMV.Vector3.Normalize(kvp.Value.SurfaceNormal); const float PIOver2 = 1.571f; // Used to make unit vector axis into approx radian angles // m_physicsScene.DetailLog("{0},BSCharacter.WalkUpStairs,avNormal={1},colNormal={2},diff={3}", // m_controllingPrim.LocalID, directionFacing, touchNormal, -- cgit v1.1