Fix misc preprocessor directives

This commit is contained in:
Jonas Herzig
2020-03-30 15:30:22 +02:00
parent 190210f950
commit 78ba9bd55e
3 changed files with 5 additions and 5 deletions

View File

@@ -98,8 +98,8 @@ public class NoGuiScreenshot {
//#if MC>=11400
Image image = new Image(ScreenshotUtils.method_1663(frameWidth, frameHeight, mc.getFramebuffer()));
//#else
// We're using Minecraft's ScreenShotHelper even though it writes the screenshot to
// disk for better maintainability
//$$ // We're using Minecraft's ScreenShotHelper even though it writes the screenshot to
//$$ // disk for better maintainability
//$$ File tmpFolder = Files.createTempDir();
//$$ Image image;
//$$ try {