Fixed incorrect rotations for items in the left hand. Closes #2548.
This commit is contained in:
parent
b81a13d010
commit
78a397bc69
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ public class ForgeHooksClient
|
|||
matrix.mul(flipX, matrix);
|
||||
matrix.mul(matrix, flipX);
|
||||
}
|
||||
if(pair.getRight() != null) multiplyCurrentGlMatrix(pair.getRight());
|
||||
multiplyCurrentGlMatrix(matrix);
|
||||
}
|
||||
return pair.getLeft();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue