Made custom command line arguments respect placeholders like %FPS%
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user