* Added Ubuntu to the OS detection routine. This seems to have helped on Debian.
parent
ff59280e9e
commit
a2f11a000a
|
@ -109,7 +109,7 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||||
_acceleration = new PhysicsVector();
|
_acceleration = new PhysicsVector();
|
||||||
_parent_scene = parent_scene;
|
_parent_scene = parent_scene;
|
||||||
string etcreturn = Util.ReadEtcIssue();
|
string etcreturn = Util.ReadEtcIssue();
|
||||||
if (etcreturn.Contains("Debian"))
|
if (etcreturn.Contains("Debian") && etcreturn.Contains("Ubuntu"))
|
||||||
{
|
{
|
||||||
m_foundDebian = true;
|
m_foundDebian = true;
|
||||||
m_tensor = 14000000f;
|
m_tensor = 14000000f;
|
||||||
|
|
Loading…
Reference in New Issue