mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
removed spurius ref to ode.dll from odeapi
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user