Fix GuiRenderSettings not validating inputs when loading from config

This commit is contained in:
johni0702
2016-08-22 18:11:32 +02:00
parent d34deed0e1
commit 58b6fe6c9c

View File

@@ -372,6 +372,8 @@ public class GuiRenderSettings extends GuiScreen implements Closeable {
inject360Metadata.setChecked(settings.isInject360Metadata());
exportCommand.setText(settings.getExportCommand());
exportArguments.setText(settings.getExportArguments());
updateInputs();
}
public RenderSettings save(boolean saveOutputFile) {