Skip to content

Commit

Permalink
fix UVFace.rotate
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailRis committed Dec 25, 2024
1 parent 560288b commit bb03865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/maths/UVFace.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ struct UVFace {
}

template<int n>
inline void rotate(int times) {
inline void rotate() {
int times = n % 4;
if (times < 0) {
times += 4;
Expand Down

0 comments on commit bb03865

Please sign in to comment.