diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs index 905522d..712f7cd 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | |||
@@ -1357,7 +1357,7 @@ Console.WriteLine("ZProcessTaints for " + Name); | |||
1357 | /// Create a geometry for the given mesh in the given target space. | 1357 | /// Create a geometry for the given mesh in the given target space. |
1358 | /// </summary> | 1358 | /// </summary> |
1359 | /// <param name="m_targetSpace"></param> | 1359 | /// <param name="m_targetSpace"></param> |
1360 | /// <param name="_mesh">/param> | 1360 | /// <param name="mesh">/param> |
1361 | public void CreateGeom(IntPtr m_targetSpace, IMesh mesh) | 1361 | public void CreateGeom(IntPtr m_targetSpace, IMesh mesh) |
1362 | { | 1362 | { |
1363 | #if SPAM | 1363 | #if SPAM |