Cedric Guillemet %!s(int64=4) %!d(string=hai) anos
pai
achega
ec995a9555
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Meshes/abstractMesh.ts

+ 1 - 1
src/Meshes/abstractMesh.ts

@@ -1548,7 +1548,7 @@ export class AbstractMesh extends TransformNode implements IDisposable, ICullabl
             if (this.getIndices()?.length && (material.fillMode == Constants.MATERIAL_TriangleStripDrawMode ||
                     material.fillMode == Constants.MATERIAL_TriangleFillMode ||
                     material.fillMode == Constants.MATERIAL_WireFrameFillMode ||
-                    material.fillMode == Constants.MATERIAL_PointFillMode )) {
+                    material.fillMode == Constants.MATERIAL_PointFillMode)) {
                 anySubmeshSupportInterect = true;
                 break;
             }