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:
UbitUmarov
2022-05-01 01:47:29 +01:00
parent 4f7b293c5e
commit 7ed4fb978c
9 changed files with 476 additions and 478 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -56,7 +56,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde
}
if (Util.IsWindows())
Util.LoadArchSpecificWindowsDll("ode.dll");
Util.LoadArchSpecificWindowsDll("ubode.dll");
SafeNativeMethods.InitODE();