mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
* Added Ubuntu to the OS detection routine. This seems to have helped on Debian.
This commit is contained in:
@@ -109,7 +109,7 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||
_acceleration = new PhysicsVector();
|
||||
_parent_scene = parent_scene;
|
||||
string etcreturn = Util.ReadEtcIssue();
|
||||
if (etcreturn.Contains("Debian"))
|
||||
if (etcreturn.Contains("Debian") && etcreturn.Contains("Ubuntu"))
|
||||
{
|
||||
m_foundDebian = true;
|
||||
m_tensor = 14000000f;
|
||||
|
||||
Reference in New Issue
Block a user