minor: correct method doc for last commit
parent
454312f5bc
commit
196a774b24
|
@ -1357,7 +1357,7 @@ Console.WriteLine("ZProcessTaints for " + Name);
|
||||||
/// Create a geometry for the given mesh in the given target space.
|
/// Create a geometry for the given mesh in the given target space.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="m_targetSpace"></param>
|
/// <param name="m_targetSpace"></param>
|
||||||
/// <param name="_mesh">/param>
|
/// <param name="mesh">/param>
|
||||||
public void CreateGeom(IntPtr m_targetSpace, IMesh mesh)
|
public void CreateGeom(IntPtr m_targetSpace, IMesh mesh)
|
||||||
{
|
{
|
||||||
#if SPAM
|
#if SPAM
|
||||||
|
|
Loading…
Reference in New Issue