diff --git a/source/engine/import/importerocct.js b/source/engine/import/importerocct.js index 785ebdc..4a02372 100644 --- a/source/engine/import/importerocct.js +++ b/source/engine/import/importerocct.js @@ -119,7 +119,6 @@ export class ImporterOcct extends ImporterBase triangle.SetMaterial (faceMaterialIndex); } } - return mesh; } }