diff --git a/core/src/mindustry/editor/MapPatchImagesDialog.java b/core/src/mindustry/editor/MapPatchImagesDialog.java index 9d61f0b0c9..a4936ffb4f 100644 --- a/core/src/mindustry/editor/MapPatchImagesDialog.java +++ b/core/src/mindustry/editor/MapPatchImagesDialog.java @@ -256,7 +256,7 @@ public class MapPatchImagesDialog extends BaseDialog{ d.cont.add(Core.bundle.format("editor.patches.image.region.name", regionPrefix + image.name)).row(); d.cont.add(Core.bundle.format("editor.patches.image.path", image.name)).row(); d.cont.add(Core.bundle.format("editor.patches.image.env", env)).row(); - d.cont.add(Core.bundle.format("editor.patches.image.size", image.width, image.height)).row(); + d.cont.add(Core.bundle.format("editor.patches.image.size", image.width, image.height)).row(); d.cont.add(Core.bundle.format("editor.patches.image.filesize", String.format("%,d", image.data.length) + "[darkgray]b")); d.addCloseButton(); diff --git a/gradle.properties b/gradle.properties index 1823293317..8383a614c1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -26,4 +26,4 @@ org.gradle.caching=true org.gradle.internal.http.socketTimeout=100000 org.gradle.internal.http.connectionTimeout=100000 android.enableR8.fullMode=false -archash=f5a6dc4ae3 +archash=c5139df8d4