aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSShapes.cs
diff options
context:
space:
mode:
authorRobert Adams2013-04-30 11:42:11 -0700
committerRobert Adams2013-04-30 11:42:11 -0700
commit7cdb07b386ffe88749fcc6cabadd9851f254699d (patch)
tree92b4a1851c00b1a3352e4e853adda013a98aa181 /OpenSim/Region/Physics/BulletSPlugin/BSShapes.cs
parentBulletSim: Add non-static BSShape.GetReference for getting another reference (diff)
downloadopensim-SC_OLD-7cdb07b386ffe88749fcc6cabadd9851f254699d.zip
opensim-SC_OLD-7cdb07b386ffe88749fcc6cabadd9851f254699d.tar.gz
opensim-SC_OLD-7cdb07b386ffe88749fcc6cabadd9851f254699d.tar.bz2
opensim-SC_OLD-7cdb07b386ffe88749fcc6cabadd9851f254699d.tar.xz
BulletSim: improvements to LinksetCompound and PrimDisplaced. Not all working yet.
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BSShapes.cs')
-rwxr-xr-xOpenSim/Region/Physics/BulletSPlugin/BSShapes.cs2
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());