diff options
author | Teravus Ovares | 2008-01-24 22:49:35 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-01-24 22:49:35 +0000 |
commit | a2f11a000a7e1bba2b3c6578b25c45ab0dccf46f (patch) | |
tree | 73fe6a4e1bf7772bdce5ebfecebbd1460467c098 /OpenSim | |
parent | * Reinsert 3 second land loading delay of r3132 accidentally removed in r3141. (diff) | |
download | opensim-SC_OLD-a2f11a000a7e1bba2b3c6578b25c45ab0dccf46f.zip opensim-SC_OLD-a2f11a000a7e1bba2b3c6578b25c45ab0dccf46f.tar.gz opensim-SC_OLD-a2f11a000a7e1bba2b3c6578b25c45ab0dccf46f.tar.bz2 opensim-SC_OLD-a2f11a000a7e1bba2b3c6578b25c45ab0dccf46f.tar.xz |
* Added Ubuntu to the OS detection routine. This seems to have helped on Debian.
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/ODECharacter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs index 77f6db4..a4477cf 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs | |||
@@ -109,7 +109,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
109 | _acceleration = new PhysicsVector(); | 109 | _acceleration = new PhysicsVector(); |
110 | _parent_scene = parent_scene; | 110 | _parent_scene = parent_scene; |
111 | string etcreturn = Util.ReadEtcIssue(); | 111 | string etcreturn = Util.ReadEtcIssue(); |
112 | if (etcreturn.Contains("Debian")) | 112 | if (etcreturn.Contains("Debian") && etcreturn.Contains("Ubuntu")) |
113 | { | 113 | { |
114 | m_foundDebian = true; | 114 | m_foundDebian = true; |
115 | m_tensor = 14000000f; | 115 | m_tensor = 14000000f; |