Stop pointlessly setting the m_colliderarr[] to false in the ODECharacter constructor
parent
27644bcce6
commit
b3cfc5b76e
|
@ -196,11 +196,6 @@ namespace OpenSim.Region.Physics.OdePlugin
|
|||
// new d.Matrix3(0.5f, 0.7071068f, 0.5f, -0.7071068f, 0f, 0.7071068f, 0.5f, -0.7071068f,
|
||||
// 0.5f);
|
||||
|
||||
for (int i = 0; i < 11; i++)
|
||||
{
|
||||
m_colliderarr[i] = false;
|
||||
}
|
||||
|
||||
// We can set taint and actual to be the same here, since the entire character will be set up when the
|
||||
// m_tainted_isPhysical is processed.
|
||||
SetTaintedCapsuleLength(size);
|
||||
|
|
Loading…
Reference in New Issue