mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
make old Ode PInvoke follow ms coding rules
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user