Made custom command line arguments respect placeholders like %FPS%

This commit is contained in:
CrushedPixel
2015-07-02 13:25:29 +02:00
parent d5007692de
commit e1c19d7537
4 changed files with 15 additions and 9 deletions

View File

@@ -11,7 +11,6 @@ public final class RenderOptions {
private FrameRenderer renderer;
private String bitrate = "10M";
private int fps = 30;
private String commandLineArguments = null;
// Advanced
private boolean waitForChunks = true;