diff options
author | UbitUmarov | 2018-01-14 01:40:49 +0000 |
---|---|---|
committer | UbitUmarov | 2018-01-14 01:40:49 +0000 |
commit | 3d87e37d99b0db26847e079f5b1da3ac82412ddc (patch) | |
tree | 18919f5348ea877ab3befb7946fb58ef65403e39 /OpenSim/Region/PhysicsModules/Ode/ODEModule.cs | |
parent | make ubOde PInvoke follow ms coding rules (diff) | |
download | opensim-SC-3d87e37d99b0db26847e079f5b1da3ac82412ddc.zip opensim-SC-3d87e37d99b0db26847e079f5b1da3ac82412ddc.tar.gz opensim-SC-3d87e37d99b0db26847e079f5b1da3ac82412ddc.tar.bz2 opensim-SC-3d87e37d99b0db26847e079f5b1da3ac82412ddc.tar.xz |
make old Ode PInvoke follow ms coding rules
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/PhysicsModules/Ode/ODEModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/PhysicsModules/Ode/ODEModule.cs b/OpenSim/Region/PhysicsModules/Ode/ODEModule.cs index 22fc84d..2cf7baa 100644 --- a/OpenSim/Region/PhysicsModules/Ode/ODEModule.cs +++ b/OpenSim/Region/PhysicsModules/Ode/ODEModule.cs | |||
@@ -63,7 +63,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
63 | 63 | ||
64 | // Initializing ODE only when a scene is created allows alternative ODE plugins to co-habit (according to | 64 | // Initializing ODE only when a scene is created allows alternative ODE plugins to co-habit (according to |
65 | // http://opensimulator.org/mantis/view.php?id=2750). | 65 | // http://opensimulator.org/mantis/view.php?id=2750). |
66 | d.InitODE(); | 66 | SafeNativeMethods.InitODE(); |
67 | 67 | ||
68 | m_scene = new OdeScene(scene, m_config, Name, Version); | 68 | m_scene = new OdeScene(scene, m_config, Name, Version); |
69 | } | 69 | } |