Added Bitrate Input Field for GuiRenderSettings

This commit is contained in:
CrushedPixel
2015-06-30 01:33:33 +02:00
parent 5e8bfcbc63
commit 7f1d0f59bc
3 changed files with 34 additions and 18 deletions

View File

@@ -87,7 +87,7 @@ public class GuiConstants {
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;
public static final int RENDER_SETTINGS_QUALITY_SLIDER = 9010;
public static final int RENDER_SETTINGS_BITRATE_INPUT = 9010;
public static final int RENDER_SETTINGS_YOUTUBE_READY = 9011;
public static final int RENDER_SETTINGS_STATIC_CAMERA = 9012;
public static final int RENDER_SETTINGS_ADVANCED_BUTTON = 9013;