mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
let ubode use own unmanaged libraries, so they can change without impact on old ode module. Add those libraries, for now just copies of the ode ones
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -56,7 +56,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde
|
||||
}
|
||||
|
||||
if (Util.IsWindows())
|
||||
Util.LoadArchSpecificWindowsDll("ode.dll");
|
||||
Util.LoadArchSpecificWindowsDll("ubode.dll");
|
||||
|
||||
SafeNativeMethods.InitODE();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user