Allow all camera rotation axis to be ignored separately during rendering

This commit is contained in:
johni0702
2015-07-17 12:43:02 +02:00
parent d360ee5e2e
commit fdd2c7ecf7
3 changed files with 18 additions and 7 deletions

View File

@@ -523,7 +523,7 @@ public class GuiRenderSettings extends GuiScreen {
}
options.setMode(pipePreset);
options.setIgnoreCameraRotation(ignoreCamDir.isChecked());
options.setIgnoreCameraRotation(ignoreCamDir.isChecked(), ignoreCamDir.isChecked(), ignoreCamDir.isChecked());
if (isCtrlKeyDown()) {
options.setHighPerformance(true);