Merge branch 'main' into headless-mode

This commit is contained in:
MihailRis 2024-12-25 10:28:47 +03:00
commit b927c19f4f

View File

@ -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;