ode modules: rename native api classes

This commit is contained in:
UbitUmarov
2022-11-08 18:18:07 +00:00
parent dc5a07fdb4
commit 4ec3fce8f1
15 changed files with 1016 additions and 1030 deletions

View File

@@ -55,7 +55,7 @@ namespace OpenSim.Region.PhysicsModule.ODE
using dReal = System.Single;
//#endif
internal static class SafeNativeMethods
internal static class OdeNative
{
internal static dReal Infinity = dReal.MaxValue;
internal static int NTotalBodies = 0;