Fix notice screen back buttons not being hooked up

This commit is contained in:
Jonas Herzig
2019-06-14 16:54:42 +02:00
parent a840cadfb7
commit d15fa6a3f9
4 changed files with 4 additions and 4 deletions

View File

@@ -239,7 +239,7 @@ public class GuiRenderSettings extends GuiScreen implements Closeable {
LOGGER.error("Rendering video:", e);
NoticeScreen errorScreen = new NoticeScreen(
//#if MC>=11400
() -> {},
GuiRenderSettings.this::display,
new TranslatableComponent("replaymod.gui.rendering.error.title"),
new TranslatableComponent("replaymod.gui.rendering.error.message")
//#else