Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MatusGuy authored Sep 9, 2024
1 parent b15d254 commit 850ff3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/math/aatriangle.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class AATriangle final
}

// Meant for checking directions
AATriangle(int newdir) :
explicit AATriangle(int newdir) :
bbox(),
dir(newdir)
{
Expand Down

0 comments on commit 850ff3d

Please sign in to comment.