removed spurius ref to ode.dll from odeapi

This commit is contained in:
UbitUmarov
2013-05-29 19:51:45 +01:00
parent d5b1baffec
commit a6b964aa11

View File

@@ -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]