diff --git a/src/main/java/eu/crushedpixel/replaymod/gui/GuiRenderSettings.java b/src/main/java/eu/crushedpixel/replaymod/gui/GuiRenderSettings.java index fe451fe8..042e9220 100644 --- a/src/main/java/eu/crushedpixel/replaymod/gui/GuiRenderSettings.java +++ b/src/main/java/eu/crushedpixel/replaymod/gui/GuiRenderSettings.java @@ -460,6 +460,8 @@ public class GuiRenderSettings extends GuiScreen { yRes.setCursorPositionEnd(); yRes.setSelectionPos(yRes.getCursorPosition()); + + yRes.moveCursorBy(0); //This causes the Aspect Ratio to be recalculated based on the Y Resolution } } }