ODE bugfix: multiple avatars now supported properly
parent
00d4d5a21b
commit
825a2208c6
|
@ -131,7 +131,7 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||||
{
|
{
|
||||||
foreach (OdeCharacter chr in _characters)
|
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[Startup]
|
[Startup]
|
||||||
gridmode = false
|
gridmode = false
|
||||||
physics = basicphysics
|
physics = OpenDynamicsEngine
|
||||||
; Prim Storage
|
; Prim Storage
|
||||||
; if you would like to use sqlite uncomment the following line (and
|
; if you would like to use sqlite uncomment the following line (and
|
||||||
; comment the NullStorage line)
|
; comment the NullStorage line)
|
||||||
|
|
Loading…
Reference in New Issue