Skip to content

Commit

Permalink
fix: Use scale in bomb bell overlay [skip ci] (#2486)
Browse files Browse the repository at this point in the history
fix: Use scale in bomb bell overlay
  • Loading branch information
ShadowCat117 committed May 12, 2024
1 parent b8e4a6d commit b3ac5eb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ public void render(PoseStack poseStack, MultiBufferSource bufferSource, float pa
this.getWidth(),
this.getHeight(),
this.getRenderHorizontalAlignment(),
this.getRenderVerticalAlignment());
this.getRenderVerticalAlignment(),
fontScale.get());
}

@Override
Expand Down

0 comments on commit b3ac5eb

Please sign in to comment.