[Change] use latest WunderLib
This commit is contained in:
parent
a38b57608b
commit
ad071b2dd3
3 changed files with 5 additions and 5 deletions
|
@ -174,7 +174,7 @@ public class UpdatesScreen extends BCLibLayoutScreen {
|
|||
}
|
||||
|
||||
@Override
|
||||
protected void renderBackground(GuiGraphics guiGraphics, int i, int j, float f) {
|
||||
protected void renderBackgroundLayer(GuiGraphics guiGraphics, int i, int j, float f) {
|
||||
guiGraphics.fill(0, 0, width, height, 0xBD343444);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -172,7 +172,7 @@ public class WelcomeScreen extends BCLibLayoutScreen {
|
|||
}
|
||||
|
||||
@Override
|
||||
protected void renderBackground(GuiGraphics guiGraphics, int i, int j, float f) {
|
||||
protected void renderBackgroundLayer(GuiGraphics guiGraphics, int i, int j, float f) {
|
||||
guiGraphics.fill(0, 0, width, height, 0xBD343444);
|
||||
// Rectangle BANNER_UV = new Rectangle(0, 0, 427, 100);
|
||||
// Size BANNER_RESOURCE_SIZE = BANNER_UV.size();
|
||||
|
|
|
@ -412,7 +412,7 @@ public class WorldSetupScreen extends LayoutScreen {
|
|||
}
|
||||
|
||||
@Override
|
||||
protected void renderBackground(GuiGraphics guiGraphics, int i, int j, float f) {
|
||||
protected void renderBackgroundLayer(GuiGraphics guiGraphics, int i, int j, float f) {
|
||||
guiGraphics.fill(0, 0, width, height, 0xBD343444);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue