diff options
author | Robert Adams | 2013-04-30 11:42:11 -0700 |
---|---|---|
committer | Robert Adams | 2013-04-30 11:42:11 -0700 |
commit | 7cdb07b386ffe88749fcc6cabadd9851f254699d (patch) | |
tree | 92b4a1851c00b1a3352e4e853adda013a98aa181 /OpenSim/Region/Physics/BulletSPlugin/BSShapes.cs | |
parent | BulletSim: Add non-static BSShape.GetReference for getting another reference (diff) | |
download | opensim-SC-7cdb07b386ffe88749fcc6cabadd9851f254699d.zip opensim-SC-7cdb07b386ffe88749fcc6cabadd9851f254699d.tar.gz opensim-SC-7cdb07b386ffe88749fcc6cabadd9851f254699d.tar.bz2 opensim-SC-7cdb07b386ffe88749fcc6cabadd9851f254699d.tar.xz |
BulletSim: improvements to LinksetCompound and PrimDisplaced. Not all working yet.
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BSShapes.cs')
-rwxr-xr-x | OpenSim/Region/Physics/BulletSPlugin/BSShapes.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSShapes.cs b/OpenSim/Region/Physics/BulletSPlugin/BSShapes.cs index f0c9fd5..3faa484 100755 --- a/OpenSim/Region/Physics/BulletSPlugin/BSShapes.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSShapes.cs | |||
@@ -117,7 +117,7 @@ public abstract class BSShape | |||
117 | StringBuilder buff = new StringBuilder(); | 117 | StringBuilder buff = new StringBuilder(); |
118 | buff.Append("<t="); | 118 | buff.Append("<t="); |
119 | buff.Append(ShapeType.ToString()); | 119 | buff.Append(ShapeType.ToString()); |
120 | buff.Append("<p="); | 120 | buff.Append(",p="); |
121 | buff.Append(AddrString); | 121 | buff.Append(AddrString); |
122 | buff.Append(",c="); | 122 | buff.Append(",c="); |
123 | buff.Append(referenceCount.ToString()); | 123 | buff.Append(referenceCount.ToString()); |