mirror of
https://github.com/refactorinqq/SLC-1.8.9.git
synced 2024-11-10 10:41:33 +01:00
Fixed Skin Rendering
This commit is contained in:
parent
0d146832ea
commit
574cfb0dfc
@ -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 |
Loading…
Reference in New Issue
Block a user