Skip to content

Commit

Permalink
更新材质
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxing2005 committed Jul 4, 2024
1 parent 3c5ab71 commit ed2f739
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ private static void renderBorder(int x, int y, int width, int height) {
// 下边
renderQuad(tessellator, x + 2, y + height, width - 3d, 1, 18, 45, 43, 46, texWidth, texHeight);
// 渐变线
if (!(height < 15)) {
if (!(height < 16)) {
renderQuad(tessellator, x + 4, y + 13, width - 8d, 1, 18, 7, 44, 8, texWidth, texHeight);
}
// 顶部中央
Expand Down

0 comments on commit ed2f739

Please sign in to comment.