Skip to content

Commit

Permalink
Merge pull request #170 from Islam0mar/patch-1
Browse files Browse the repository at this point in the history
TYPO
  • Loading branch information
mlivesu authored Oct 17, 2023
2 parents 1b46813 + 6fe59f4 commit 9db5cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cinolib/geometry/tetrahedron.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class Tetrahedron : public SpatialDataStructureItem
this->v[0] = v0;
this->v[1] = v1;
this->v[2] = v2;
this->v[2] = v3;
this->v[3] = v3;
this->id = id;
item_type = TETRAHEDRON;
aabb.push(v0);
Expand Down

0 comments on commit 9db5cd6

Please sign in to comment.