ODE bugfix: multiple avatars now supported properly

afrisby
dan miller 2007-09-01 21:30:51 +00:00
parent 00d4d5a21b
commit 825a2208c6
2 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ namespace OpenSim.Region.Physics.OdePlugin
{
foreach (OdeCharacter chr in _characters)
{
d.SpaceCollide2(space, _characters[_characters.Count - 1].capsule_geom, IntPtr.Zero, nearCallback);
d.SpaceCollide2(space, chr.capsule_geom, IntPtr.Zero, nearCallback);
}
}

View File

@ -1,6 +1,6 @@
[Startup]
gridmode = false
physics = basicphysics
physics = OpenDynamicsEngine
; Prim Storage
; if you would like to use sqlite uncomment the following line (and
; comment the NullStorage line)