Merge branch 'main' into headless-mode
This commit is contained in:
commit
b927c19f4f
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user