Skip to content

Commit

Permalink
Remove unnecessary comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Provismet committed May 9, 2024
1 parent f2fbec7 commit 33c08f9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ public void buildGeometry (VertexConsumer vertexConsumer, Camera camera, float t

// I stack-traced buildGeometry, this block replicates the MatrixStack and then moves the text to the right place.
MatrixStack matrices = new MatrixStack();
//matrices.multiply(RotationAxis.POSITIVE_X.rotationDegrees(camera.getPitch()));
//matrices.multiply(RotationAxis.POSITIVE_Y.rotationDegrees(camera.getYaw() + 180.0f));
matrices.translate(dX, dY, dZ);
matrices.multiply(quaternionf);

Expand Down

0 comments on commit 33c08f9

Please sign in to comment.