diff options
author | UbitUmarov | 2012-12-11 04:49:14 +0000 |
---|---|---|
committer | UbitUmarov | 2012-12-11 04:49:14 +0000 |
commit | 9a253c7c04281b9f9a13dda1c098251b1d81a70a (patch) | |
tree | f3b203888e71a72306e40c18e409ede1a6b6826c /OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs | |
parent | missing file (diff) | |
download | opensim-SC_OLD-9a253c7c04281b9f9a13dda1c098251b1d81a70a.zip opensim-SC_OLD-9a253c7c04281b9f9a13dda1c098251b1d81a70a.tar.gz opensim-SC_OLD-9a253c7c04281b9f9a13dda1c098251b1d81a70a.tar.bz2 opensim-SC_OLD-9a253c7c04281b9f9a13dda1c098251b1d81a70a.tar.xz |
missing files remove some warnings...
Diffstat (limited to 'OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs')
-rw-r--r-- | OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs b/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs index f8d7195..8878820 100644 --- a/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs +++ b/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs | |||
@@ -515,7 +515,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
515 | odetimestepMS = (int)(1000.0f * ODE_STEPSIZE +0.5f); | 515 | odetimestepMS = (int)(1000.0f * ODE_STEPSIZE +0.5f); |
516 | 516 | ||
517 | ContactgeomsArray = Marshal.AllocHGlobal(contactsPerCollision * d.ContactGeom.unmanagedSizeOf); | 517 | ContactgeomsArray = Marshal.AllocHGlobal(contactsPerCollision * d.ContactGeom.unmanagedSizeOf); |
518 | GlobalContactsArray = GlobalContactsArray = Marshal.AllocHGlobal(maxContactsbeforedeath * d.Contact.unmanagedSizeOf); | 518 | GlobalContactsArray = Marshal.AllocHGlobal(maxContactsbeforedeath * d.Contact.unmanagedSizeOf); |
519 | 519 | ||
520 | m_materialContactsData[(int)Material.Stone].mu = 0.8f; | 520 | m_materialContactsData[(int)Material.Stone].mu = 0.8f; |
521 | m_materialContactsData[(int)Material.Stone].bounce = 0.4f; | 521 | m_materialContactsData[(int)Material.Stone].bounce = 0.4f; |