Fixed debug hitbox rotations

This commit is contained in:
Sollace 2021-08-16 16:56:58 +02:00
parent ef8b89b8d9
commit ebd9fee659

View file

@ -100,6 +100,7 @@ public class PlayerPonyRenderer extends PlayerEntityRenderer implements IPonyRen
stack.multiply(Vec3f.NEGATIVE_Y.getDegreesQuaternion(yaw));
stack.translate(0, 0, -l);
stack.multiply(Vec3f.POSITIVE_Y.getDegreesQuaternion(yaw));
}
}