Fixed menu margins again

This commit is contained in:
Anuken
2025-09-30 10:28:38 -04:00
parent 3e854edf4b
commit aac086066e
2 changed files with 2 additions and 2 deletions
@@ -81,7 +81,7 @@ public class MenuFragment{
} }
if(Core.scene.marginBottom > 0){ if(Core.scene.marginBottom > 0){
Tex.paneTop.draw(Core.scene.marginLeft, 0, Core.graphics.getWidth() - Core.scene.marginRight, Core.scene.marginBottom); Tex.paneTop.draw(Core.scene.marginLeft, 0, Core.graphics.getWidth() - Core.scene.marginRight - Core.scene.marginLeft, Core.scene.marginBottom);
} }
}); });
+1 -1
View File
@@ -1,5 +1,5 @@
org.gradle.daemon=true org.gradle.daemon=true
org.gradle.jvmargs=-Xms256m -Xmx1024m --illegal-access=permit \ org.gradle.jvmargs=-Xms256m -Xmx8192m --illegal-access=permit \
--add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \ --add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
--add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED \ --add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED \
--add-opens=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED \ --add-opens=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED \