aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSNPlugin/BSPrim.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-01-01 23:27:10 +0000
committerJustin Clark-Casey (justincc)2013-01-01 23:27:10 +0000
commite8a3cc701910130e1aafb2b757737517c1cd1627 (patch)
treef1fd4ed9cf2b8e80ea43d2a8028837874f1b193c /OpenSim/Region/Physics/BulletSNPlugin/BSPrim.cs
parentClarify that AllowLightShareFunctions setting is false, which is the default ... (diff)
parentBulletSim: remove unused unmanaged memory reference functions from BSAPITempl... (diff)
downloadopensim-SC_OLD-e8a3cc701910130e1aafb2b757737517c1cd1627.zip
opensim-SC_OLD-e8a3cc701910130e1aafb2b757737517c1cd1627.tar.gz
opensim-SC_OLD-e8a3cc701910130e1aafb2b757737517c1cd1627.tar.bz2
opensim-SC_OLD-e8a3cc701910130e1aafb2b757737517c1cd1627.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/Physics/BulletSNPlugin/BSPrim.cs')
-rw-r--r--OpenSim/Region/Physics/BulletSNPlugin/BSPrim.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/Region/Physics/BulletSNPlugin/BSPrim.cs b/OpenSim/Region/Physics/BulletSNPlugin/BSPrim.cs
index 9c4ba30..aadb5b2 100644
--- a/OpenSim/Region/Physics/BulletSNPlugin/BSPrim.cs
+++ b/OpenSim/Region/Physics/BulletSNPlugin/BSPrim.cs
@@ -111,10 +111,6 @@ public sealed class BSPrim : BSPhysObject
111 111
112 _mass = CalculateMass(); 112 _mass = CalculateMass();
113 113
114 // No body or shape yet
115 PhysBody = new BulletBody(LocalID);
116 PhysShape = new BulletShape();
117
118 Linkset.Refresh(this); 114 Linkset.Refresh(this);
119 115
120 DetailLog("{0},BSPrim.constructor,call", LocalID); 116 DetailLog("{0},BSPrim.constructor,call", LocalID);