diff options
author | Robert Adams | 2012-10-25 08:04:20 -0700 |
---|---|---|
committer | Robert Adams | 2012-11-03 21:12:46 -0700 |
commit | 804b332d45c3989958f5ec08e1509ba373fb84b1 (patch) | |
tree | 587774c28a74886120cd6b95682db41da3b0d3fe /OpenSim/Region/Physics/BulletSPlugin/BSLinksetConstraints.cs | |
parent | HG Suitcase Inventory: if RootFolder type doesn't work, look for any folder w... (diff) | |
download | opensim-SC_OLD-804b332d45c3989958f5ec08e1509ba373fb84b1.zip opensim-SC_OLD-804b332d45c3989958f5ec08e1509ba373fb84b1.tar.gz opensim-SC_OLD-804b332d45c3989958f5ec08e1509ba373fb84b1.tar.bz2 opensim-SC_OLD-804b332d45c3989958f5ec08e1509ba373fb84b1.tar.xz |
BulletSim: Add banking and other new code to vechile dynamics. Add third party license and contributor in for for Aurora-Sim project for physics code.
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BSLinksetConstraints.cs')
-rwxr-xr-x | OpenSim/Region/Physics/BulletSPlugin/BSLinksetConstraints.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSLinksetConstraints.cs b/OpenSim/Region/Physics/BulletSPlugin/BSLinksetConstraints.cs index 8a750b5..003c294 100755 --- a/OpenSim/Region/Physics/BulletSPlugin/BSLinksetConstraints.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSLinksetConstraints.cs | |||
@@ -32,7 +32,7 @@ using OMV = OpenMetaverse; | |||
32 | 32 | ||
33 | namespace OpenSim.Region.Physics.BulletSPlugin | 33 | namespace OpenSim.Region.Physics.BulletSPlugin |
34 | { | 34 | { |
35 | public class BSLinksetConstraints : BSLinkset | 35 | public sealed class BSLinksetConstraints : BSLinkset |
36 | { | 36 | { |
37 | // private static string LogHeader = "[BULLETSIM LINKSET CONSTRAINTS]"; | 37 | // private static string LogHeader = "[BULLETSIM LINKSET CONSTRAINTS]"; |
38 | 38 | ||