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

avinationmerge
root 2013-03-16 01:48:04 +01:00
commit f081b7e9ef
1 changed files with 2 additions and 2 deletions

View File

@ -1014,8 +1014,8 @@ namespace OpenSim.Region.Physics.OdePlugin
offset.Y += contact.pos.Y;
offset.Z += contact.pos.Z;
_position = offset;
return false;
//_position = offset;
//return false;
}
offset.X = contact.pos.X - _position.X;