diff options
author | Melanie | 2013-01-24 00:27:00 +0000 |
---|---|---|
committer | Melanie | 2013-01-24 00:27:00 +0000 |
commit | 2ce4a758e2e790dc2f433dced7ff90d469430441 (patch) | |
tree | 23f65b0a407969480a518ed2e344b9698a70aec5 /OpenSim/Region/Physics/BulletSPlugin/BSApiTemplate.cs | |
parent | Merge branch 'master' into careminster (diff) | |
parent | Disable the not very useful infinite recursion co-op termination tests for no... (diff) | |
download | opensim-SC-2ce4a758e2e790dc2f433dced7ff90d469430441.zip opensim-SC-2ce4a758e2e790dc2f433dced7ff90d469430441.tar.gz opensim-SC-2ce4a758e2e790dc2f433dced7ff90d469430441.tar.bz2 opensim-SC-2ce4a758e2e790dc2f433dced7ff90d469430441.tar.xz |
Merge branch 'master' into careminster
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Physics/BulletSPlugin/BSApiTemplate.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSApiTemplate.cs b/OpenSim/Region/Physics/BulletSPlugin/BSApiTemplate.cs index 2828cab..f25b447 100644 --- a/OpenSim/Region/Physics/BulletSPlugin/BSApiTemplate.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSApiTemplate.cs | |||
@@ -130,6 +130,7 @@ public struct CollisionDesc | |||
130 | public uint bID; | 130 | public uint bID; |
131 | public Vector3 point; | 131 | public Vector3 point; |
132 | public Vector3 normal; | 132 | public Vector3 normal; |
133 | public float penetration; | ||
133 | } | 134 | } |
134 | [StructLayout(LayoutKind.Sequential)] | 135 | [StructLayout(LayoutKind.Sequential)] |
135 | public struct EntityProperties | 136 | public struct EntityProperties |