Fixed menu margins again
This commit is contained in:
@@ -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
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user