Fixed Skin Rendering

This commit is contained in:
kirillsaint 2023-07-31 13:24:58 +06:00
parent 0d146832ea
commit 574cfb0dfc
2 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,8 @@ public class MainMenuConcept extends SilentScreen {
if(imageLocation != null) { if(imageLocation != null) {
RenderUtil.drawImage(imageLocation, width - 120, height / 2 - (75), 62, 150, false); RenderUtil.drawImage(imageLocation, width - 120, height / 2 - (75), 62, 150, false);
} else {
RenderUtil.drawImage(new ResourceLocation("silentclient/images/steve.png"), width - 120, height / 2 - (75), 62, 150, false);
} }
if(GuiNews.imageLocation != null) { if(GuiNews.imageLocation != null) {

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB