Added Encoding Presets to GuiRenderSettings and removed Checkbox for Custom Resolution

This commit is contained in:
CrushedPixel
2015-07-15 16:50:51 +02:00
parent 8889f3c340
commit 936f242b4c
5 changed files with 136 additions and 45 deletions

View File

@@ -63,7 +63,6 @@ public class GuiConstants {
public static final int RENDER_SETTINGS_RENDER_BUTTON = 9002;
public static final int RENDER_SETTINGS_CANCEL_BUTTON = 9003;
public static final int RENDER_SETTINGS_RESOLUTION_CHECKBOX = 9004;
public static final int RENDER_SETTINGS_INTERPOLATION_BUTTON = 9007;
public static final int RENDER_SETTINGS_FORCECHUNKS_BUTTON = 9008;
public static final int RENDER_SETTINGS_FRAMERATE_SLIDER = 9009;