fix spelling
issue: MatterHackers/MCCentral#5381 Consider if spelling error in API should be fixed
This commit is contained in:
parent
72da60062a
commit
a6b82731e1
3 changed files with 3 additions and 3 deletions
Binary file not shown.
|
|
@ -69,7 +69,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow.View3D
|
|||
|
||||
int vcCount;
|
||||
int fcCount;
|
||||
DoBooleanOpperation(va, va.Length, fa, fa.Length,
|
||||
DoBooleanOperation(va, va.Length, fa, fa.Length,
|
||||
vb, vb.Length, fb, fb.Length,
|
||||
operation,
|
||||
out pVc, out vcCount, out pFc, out fcCount);
|
||||
|
|
@ -144,7 +144,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow.View3D
|
|||
}
|
||||
|
||||
[DllImport("609_Boolean_bin.dll", CallingConvention = CallingConvention.Cdecl)]
|
||||
public extern static void DoBooleanOpperation(
|
||||
public extern static void DoBooleanOperation(
|
||||
double[] va, int vaCount, int[] fa, int faCount,
|
||||
double[] vb, int vbCount, int[] fb, int fbCount,
|
||||
int opperation,
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit da3b47918b41e20d1bdd9c477cf9a09325cf6a9a
|
||||
Subproject commit 608a83adf1636f2fed0f7dd6339396d8c25f64bd
|
||||
Loading…
Add table
Add a link
Reference in a new issue