[ts] Format fix.

This commit is contained in:
Davide Tantillo 2025-04-02 22:56:10 +02:00
parent 726dc08bf2
commit ba2c394da7

View File

@ -304,7 +304,7 @@ export class SkeletonMesh extends THREE.Object3D {
let finalIndices: NumberArrayLike;
let finalIndicesLength: number;
if (clipper.isClipping() && clipper.clipTriangles( vertices, triangles, triangles.length, uvs, color, tempLight, this.twoColorTint, vertexSize)) {
if (clipper.isClipping() && clipper.clipTriangles(vertices, triangles, triangles.length, uvs, color, tempLight, this.twoColorTint, vertexSize)) {
let clippedVertices = clipper.clippedVertices;
let clippedTriangles = clipper.clippedTriangles;
finalVertices = clippedVertices;