diff options
author | UbitUmarov | 2012-10-07 01:20:52 +0100 |
---|---|---|
committer | UbitUmarov | 2012-10-07 01:20:52 +0100 |
commit | 78ce7a0a04dc5ce3212acfb0e88a3a5a1b876100 (patch) | |
tree | d73921adb6a2e7f9c518a50a65c843ef7d95b539 /OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs | |
parent | Merge branch 'avination' into ubitwork (diff) | |
download | opensim-SC-78ce7a0a04dc5ce3212acfb0e88a3a5a1b876100.zip opensim-SC-78ce7a0a04dc5ce3212acfb0e88a3a5a1b876100.tar.gz opensim-SC-78ce7a0a04dc5ce3212acfb0e88a3a5a1b876100.tar.bz2 opensim-SC-78ce7a0a04dc5ce3212acfb0e88a3a5a1b876100.tar.xz |
[DANGER UNTESTED] ODE mesh assets. Other plugins will not do meshs/sculpts
now
Diffstat (limited to 'OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs')
-rw-r--r-- | OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs index c363310..f5bf05d 100644 --- a/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs +++ b/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs | |||
@@ -172,7 +172,6 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
172 | // force lower density for testing | 172 | // force lower density for testing |
173 | m_density = 3.0f; | 173 | m_density = 3.0f; |
174 | 174 | ||
175 | |||
176 | mu = parent_scene.AvatarFriction; | 175 | mu = parent_scene.AvatarFriction; |
177 | 176 | ||
178 | walkDivisor = walk_divisor; | 177 | walkDivisor = walk_divisor; |