Skip to content

Commit

Permalink
fix(Polygon): fix variable name typo in toArxPolygon
Browse files Browse the repository at this point in the history
  • Loading branch information
meszaros-lajos-gyorgy committed Feb 21, 2024
1 parent 1366bc2 commit 9a80023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Polygon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export class Polygon {
return {
vertices,
norm: this.norm.toArxVector3(),
norm2: this.norm.toArxVector3(),
norm2: this.norm2.toArxVector3(),
textureContainerId,
flags: this.flags,
normals,
Expand Down

0 comments on commit 9a80023

Please sign in to comment.