removed spurius ref to ode.dll from odeapi
parent
d5b1baffec
commit
a6b964aa11
|
@ -1869,7 +1869,7 @@ namespace OdeAPI
|
|||
[DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceSetCleanup"), SuppressUnmanagedCodeSecurity]
|
||||
public static extern void SpaceSetCleanup(IntPtr space, bool mode);
|
||||
|
||||
[DllImport("ode.dll", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceSetSublevel"), SuppressUnmanagedCodeSecurity]
|
||||
[DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSpaceSetSublevel"), SuppressUnmanagedCodeSecurity]
|
||||
public static extern void SpaceSetSublevel(IntPtr space, int sublevel);
|
||||
|
||||
[DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dSweepAndPruneSpaceCreate"), SuppressUnmanagedCodeSecurity]
|
||||
|
|
Loading…
Reference in New Issue