diff options
author | Robert Adams | 2012-10-26 13:47:28 -0700 |
---|---|---|
committer | Robert Adams | 2012-11-03 21:12:54 -0700 |
commit | b83449ae9ad3073abaa06167a99c47943c3199c2 (patch) | |
tree | d91bf2a440a148c5d4ad1755939f04136b128e4a /OpenSim/Region/Physics/BulletSPlugin/BulletSimAPI.cs | |
parent | BulletSim: Add banking and other new code to vechile dynamics. Add third part... (diff) | |
download | opensim-SC_OLD-b83449ae9ad3073abaa06167a99c47943c3199c2.zip opensim-SC_OLD-b83449ae9ad3073abaa06167a99c47943c3199c2.tar.gz opensim-SC_OLD-b83449ae9ad3073abaa06167a99c47943c3199c2.tar.bz2 opensim-SC_OLD-b83449ae9ad3073abaa06167a99c47943c3199c2.tar.xz |
BulletSim: correct spelling of Bullet call. It's 'swept' not 'sweep'.
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BulletSimAPI.cs')
-rw-r--r-- | OpenSim/Region/Physics/BulletSPlugin/BulletSimAPI.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BulletSimAPI.cs b/OpenSim/Region/Physics/BulletSPlugin/BulletSimAPI.cs index 5ffd591..be3a5ad 100644 --- a/OpenSim/Region/Physics/BulletSPlugin/BulletSimAPI.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BulletSimAPI.cs | |||
@@ -881,10 +881,10 @@ public static extern float GetCcdMotionThreshold2(IntPtr obj); | |||
881 | public static extern void SetCcdMotionThreshold2(IntPtr obj, float val); | 881 | public static extern void SetCcdMotionThreshold2(IntPtr obj, float val); |
882 | 882 | ||
883 | [DllImport("BulletSim", CallingConvention = CallingConvention.Cdecl), SuppressUnmanagedCodeSecurity] | 883 | [DllImport("BulletSim", CallingConvention = CallingConvention.Cdecl), SuppressUnmanagedCodeSecurity] |
884 | public static extern float GetCcdSweepSphereRadius2(IntPtr obj); | 884 | public static extern float GetCcdSweptSphereRadius2(IntPtr obj); |
885 | 885 | ||
886 | [DllImport("BulletSim", CallingConvention = CallingConvention.Cdecl), SuppressUnmanagedCodeSecurity] | 886 | [DllImport("BulletSim", CallingConvention = CallingConvention.Cdecl), SuppressUnmanagedCodeSecurity] |
887 | public static extern void SetCcdSweepSphereRadius2(IntPtr obj, float val); | 887 | public static extern void SetCcdSweptSphereRadius2(IntPtr obj, float val); |
888 | 888 | ||
889 | [DllImport("BulletSim", CallingConvention = CallingConvention.Cdecl), SuppressUnmanagedCodeSecurity] | 889 | [DllImport("BulletSim", CallingConvention = CallingConvention.Cdecl), SuppressUnmanagedCodeSecurity] |
890 | public static extern IntPtr GetUserPointer2(IntPtr obj); | 890 | public static extern IntPtr GetUserPointer2(IntPtr obj); |