diff options
author | Justin Clark-Casey (justincc) | 2011-07-31 00:45:20 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-07-31 00:45:20 +0100 |
commit | 196a774b2453c71403f74959b710335109edfe1a (patch) | |
tree | d0aa5938ddf911a97fe45230da99a834ad5a24f3 /OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | |
parent | refactor: rename CreateGeom _mesh argument to mesh, so as to not confuse this... (diff) | |
download | opensim-SC_OLD-196a774b2453c71403f74959b710335109edfe1a.zip opensim-SC_OLD-196a774b2453c71403f74959b710335109edfe1a.tar.gz opensim-SC_OLD-196a774b2453c71403f74959b710335109edfe1a.tar.bz2 opensim-SC_OLD-196a774b2453c71403f74959b710335109edfe1a.tar.xz |
minor: correct method doc for last commit
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/ODEPrim.cs')
-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 |