Reduces the resolution of panoramas.

Do we really need 2048 x 2048? That's more than HD.
This commit is contained in:
Markil3
2021-03-17 12:07:40 -06:00
parent 4e8d9aaf3b
commit bc89d27b85

View File

@@ -152,8 +152,8 @@ public class Main
final int FRAMEBUFFER_WIDTH = mc.getMainWindow().getFramebufferWidth();
final int FRAMEBUFFER_HEIGHT =
mc.getMainWindow().getFramebufferHeight();
final int SCREENSHOT_WIDTH = 2048;
final int SCREENSHOT_HEIGHT = 2048;
final int SCREENSHOT_WIDTH = 1024;
final int SCREENSHOT_HEIGHT = 1024;
File file = new File(mc.gameDir,
"panoramas/" + name + "/panorama_" + panoramaSide +