Reduces the resolution of panoramas.
Do we really need 2048 x 2048? That's more than HD.
This commit is contained in:
@@ -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 +
|
||||
|
||||
Reference in New Issue
Block a user