Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork

avinationmerge
ubit 2013-01-02 23:00:11 +01:00
commit dbe8e90a17
1 changed files with 2 additions and 2 deletions

View File

@ -233,8 +233,8 @@ namespace OpenSim.Region.Physics.OdePlugin
norm = rayResults[0].Normal;
edgeNormalX = norm.X;
edgeNormalY = norm.Y;
edgeDirX = rayDir.X;
edgeDirY = rayDir.Y;
edgeDirX = -rayDir.X;
edgeDirY = -rayDir.Y;
}
else
{