diff options
author | UbitUmarov | 2012-07-09 17:01:52 +0100 |
---|---|---|
committer | UbitUmarov | 2012-07-09 17:01:52 +0100 |
commit | a7097680851528f01477903d946095abce99e504 (patch) | |
tree | 5c0244ad69a73e34496b581eba3b7c446b95a9fe /OpenSim/Region/Physics/UbitOdePlugin/OdeApi.cs | |
parent | log ODE lib configuration (diff) | |
download | opensim-SC-a7097680851528f01477903d946095abce99e504.zip opensim-SC-a7097680851528f01477903d946095abce99e504.tar.gz opensim-SC-a7097680851528f01477903d946095abce99e504.tar.bz2 opensim-SC-a7097680851528f01477903d946095abce99e504.tar.xz |
fix ode getconfiguration
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Physics/UbitOdePlugin/OdeApi.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/OdeApi.cs b/OpenSim/Region/Physics/UbitOdePlugin/OdeApi.cs index 0e4961b..34865c1 100644 --- a/OpenSim/Region/Physics/UbitOdePlugin/OdeApi.cs +++ b/OpenSim/Region/Physics/UbitOdePlugin/OdeApi.cs | |||
@@ -1312,7 +1312,7 @@ namespace OdeAPI | |||
1312 | public static extern void GeomTriMeshSetRayCallback(IntPtr g, TriRayCallback callback); | 1312 | public static extern void GeomTriMeshSetRayCallback(IntPtr g, TriRayCallback callback); |
1313 | 1313 | ||
1314 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGetConfiguration"), SuppressUnmanagedCodeSecurity] | 1314 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dGetConfiguration"), SuppressUnmanagedCodeSecurity] |
1315 | public static extern string GetConfiguration(string str); | 1315 | public static extern string GetConfiguration(); |
1316 | 1316 | ||
1317 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dHashSpaceCreate"), SuppressUnmanagedCodeSecurity] | 1317 | [DllImport("ode", CallingConvention = CallingConvention.Cdecl, EntryPoint = "dHashSpaceCreate"), SuppressUnmanagedCodeSecurity] |
1318 | public static extern IntPtr HashSpaceCreate(IntPtr space); | 1318 | public static extern IntPtr HashSpaceCreate(IntPtr space); |