CAM: apply precommit

This commit is contained in:
Adrian Insaurralde Avalos
2024-09-03 14:54:36 -04:00
parent f12c2e0252
commit 7274dac185
337 changed files with 26842 additions and 25585 deletions

View File

@@ -102,7 +102,7 @@ void Shape::RotateProfile(float* profPoints,
float nx = ny * sx;
ny *= sy;
vbuffer[vidx++] = {x1, y1, prevz, nx, ny, nz };
vbuffer[vidx++] = {x1, y1, prevz, nx, ny, nz};
vbuffer[vidx++] = {x2, y2, z2, nx, ny, nz};
if (j != nSlices) {