make old Ode PInvoke follow ms coding rules

This commit is contained in:
UbitUmarov
2018-01-14 01:40:49 +00:00
parent 88511bfab2
commit 3d87e37d99
7 changed files with 1023 additions and 1026 deletions

View File

@@ -63,7 +63,7 @@ namespace OpenSim.Region.PhysicsModule.ODE
// Initializing ODE only when a scene is created allows alternative ODE plugins to co-habit (according to
// http://opensimulator.org/mantis/view.php?id=2750).
d.InitODE();
SafeNativeMethods.InitODE();
m_scene = new OdeScene(scene, m_config, Name, Version);
}