Skip to content

Commit

Permalink
fix in-explicit cast
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Jan 27, 2024
1 parent 143391a commit 4a0ad8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ public void renderToBuffer(PoseStack matrix, @NotNull VertexConsumer vb, int pac

trans *= (1F - finalRideMultiplier);
rot *= (1F - finalRideMultiplier);
trans += finalRideMultiplier * -0.2;
trans += (float) (finalRideMultiplier * -0.2);

matrix.pushPose();

Expand Down

0 comments on commit 4a0ad8a

Please sign in to comment.