Allow changing of background type of AbstractGuiScreen
This commit is contained in:
@@ -176,7 +176,7 @@ public class GuiKeyframeRepository extends GuiScreen implements Closeable {
|
||||
private Entry selectedEntry;
|
||||
|
||||
{
|
||||
setDrawBackground(false);
|
||||
setBackground(Background.NONE);
|
||||
setLayout(new CustomLayout<GuiScreen>() {
|
||||
@Override
|
||||
protected void layout(GuiScreen container, int width, int height) {
|
||||
|
||||
Reference in New Issue
Block a user