aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-07-31 00:45:20 +0100
committerJustin Clark-Casey (justincc)2011-07-31 00:45:20 +0100
commit196a774b2453c71403f74959b710335109edfe1a (patch)
treed0aa5938ddf911a97fe45230da99a834ad5a24f3 /OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
parentrefactor: rename CreateGeom _mesh argument to mesh, so as to not confuse this... (diff)
downloadopensim-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.cs2
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