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

View File

@@ -81,7 +81,7 @@ public class MenuFragment{
}
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);
}
});