diff options
author | UbitUmarov | 2015-11-28 23:44:53 +0000 |
---|---|---|
committer | UbitUmarov | 2015-11-28 23:44:53 +0000 |
commit | 82e464cb8c974ffb50cd4a1252e09ee815877d11 (patch) | |
tree | f75f965c09b9c94c0bba97da15914e2564985abb /OpenSim/Region/PhysicsModules/Ode/ODECharacter.cs | |
parent | remove terrain height clamping left over the ushort format testing (diff) | |
download | opensim-SC-82e464cb8c974ffb50cd4a1252e09ee815877d11.zip opensim-SC-82e464cb8c974ffb50cd4a1252e09ee815877d11.tar.gz opensim-SC-82e464cb8c974ffb50cd4a1252e09ee815877d11.tar.bz2 opensim-SC-82e464cb8c974ffb50cd4a1252e09ee815877d11.tar.xz |
let old ODE trigger collision sounds like ubOde
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/PhysicsModules/Ode/ODECharacter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/PhysicsModules/Ode/ODECharacter.cs b/OpenSim/Region/PhysicsModules/Ode/ODECharacter.cs index f535c41..aaf90f2 100644 --- a/OpenSim/Region/PhysicsModules/Ode/ODECharacter.cs +++ b/OpenSim/Region/PhysicsModules/Ode/ODECharacter.cs | |||
@@ -279,7 +279,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
279 | 279 | ||
280 | public override bool IsPhysical | 280 | public override bool IsPhysical |
281 | { | 281 | { |
282 | get { return false; } | 282 | get { return m_isPhysical; } |
283 | set { return; } | 283 | set { return; } |
284 | } | 284 | } |
285 | 285 | ||