diff --git a/src/maths/UVFace.hpp b/src/maths/UVFace.hpp index 538ae2107..8a0815bbf 100644 --- a/src/maths/UVFace.hpp +++ b/src/maths/UVFace.hpp @@ -16,7 +16,7 @@ struct UVFace { } template - inline void rotate(int times) { + inline void rotate() { int times = n % 4; if (times < 0) { times += 4;