diff options
author | Melanie | 2012-12-26 01:16:08 +0000 |
---|---|---|
committer | Melanie | 2012-12-26 01:16:08 +0000 |
commit | 258588d5b5ad4757a793da238a3cc674656ee886 (patch) | |
tree | 218d854f02254892bc2ecda2fa9a6541f1986883 /OpenSim/Region/Physics/BulletSPlugin/BSConstraint.cs | |
parent | Revert "Whitespace change to trigger ircbot" (diff) | |
parent | BulletSim: Rename some of the interface structures (BulletWorld, ...) (diff) | |
download | opensim-SC-258588d5b5ad4757a793da238a3cc674656ee886.zip opensim-SC-258588d5b5ad4757a793da238a3cc674656ee886.tar.gz opensim-SC-258588d5b5ad4757a793da238a3cc674656ee886.tar.bz2 opensim-SC-258588d5b5ad4757a793da238a3cc674656ee886.tar.xz |
Merge branch 'master' into careminster
Diffstat (limited to '')
-rwxr-xr-x | OpenSim/Region/Physics/BulletSPlugin/BSConstraint.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSConstraint.cs b/OpenSim/Region/Physics/BulletSPlugin/BSConstraint.cs index e77fb50..59584b2 100755 --- a/OpenSim/Region/Physics/BulletSPlugin/BSConstraint.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSConstraint.cs | |||
@@ -36,7 +36,7 @@ public abstract class BSConstraint : IDisposable | |||
36 | { | 36 | { |
37 | private static string LogHeader = "[BULLETSIM CONSTRAINT]"; | 37 | private static string LogHeader = "[BULLETSIM CONSTRAINT]"; |
38 | 38 | ||
39 | protected BulletSim m_world; | 39 | protected BulletWorld m_world; |
40 | protected BulletBody m_body1; | 40 | protected BulletBody m_body1; |
41 | protected BulletBody m_body2; | 41 | protected BulletBody m_body2; |
42 | protected BulletConstraint m_constraint; | 42 | protected BulletConstraint m_constraint; |