* Shifted strategy of detecting specific *nix distributions to detecting *nix.
* Let me know if all your avatar are standup.ThreadPoolClientBranch
parent
58106926bb
commit
254e047dad
|
@ -108,8 +108,8 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||||
_position = pos;
|
_position = pos;
|
||||||
_acceleration = new PhysicsVector();
|
_acceleration = new PhysicsVector();
|
||||||
_parent_scene = parent_scene;
|
_parent_scene = parent_scene;
|
||||||
string etcreturn = Util.ReadEtcIssue();
|
|
||||||
if (etcreturn.Contains("Debian") || etcreturn.Contains("Ubuntu"))
|
if (System.Environment.OSVersion.Platform == PlatformID.Unix)
|
||||||
{
|
{
|
||||||
m_foundDebian = true;
|
m_foundDebian = true;
|
||||||
m_tensor = 14000000f;
|
m_tensor = 14000000f;
|
||||||
|
|
Loading…
Reference in New Issue