diff options
author | Teravus Ovares | 2009-02-08 17:25:02 +0000 |
---|---|---|
committer | Teravus Ovares | 2009-02-08 17:25:02 +0000 |
commit | 26ca3e26bf10cec2d374b0f0a79c4c255275b28e (patch) | |
tree | cf2183bdaf3da4594b6547e236d17c857e882f55 /OpenSim/Region/Physics/OdePlugin/OdePhysicsJoint.cs | |
parent | send group name in binary bucket in chatterbox invitation eventqueue message (diff) | |
download | opensim-SC-26ca3e26bf10cec2d374b0f0a79c4c255275b28e.zip opensim-SC-26ca3e26bf10cec2d374b0f0a79c4c255275b28e.tar.gz opensim-SC-26ca3e26bf10cec2d374b0f0a79c4c255275b28e.tar.bz2 opensim-SC-26ca3e26bf10cec2d374b0f0a79c4c255275b28e.tar.xz |
Reverts patch from tuco/mikkopa/sempuki mantis #3072
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/OdePhysicsJoint.cs')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/OdePhysicsJoint.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdePhysicsJoint.cs b/OpenSim/Region/Physics/OdePlugin/OdePhysicsJoint.cs index b7b39a4..8180497 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdePhysicsJoint.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdePhysicsJoint.cs | |||
@@ -34,7 +34,7 @@ using OpenSim.Region.Physics.OdePlugin; | |||
34 | 34 | ||
35 | namespace OpenSim.Region.Physics.OdePlugin | 35 | namespace OpenSim.Region.Physics.OdePlugin |
36 | { | 36 | { |
37 | public class OdePhysicsJoint : PhysicsJoint | 37 | class OdePhysicsJoint : PhysicsJoint |
38 | { | 38 | { |
39 | public override bool IsInPhysicsEngine | 39 | public override bool IsInPhysicsEngine |
40 | { | 40 | { |