diff --git a/core/src/mindustry/ClientLauncher.java b/core/src/mindustry/ClientLauncher.java index fd94c323aa..b9a0abd660 100644 --- a/core/src/mindustry/ClientLauncher.java +++ b/core/src/mindustry/ClientLauncher.java @@ -50,6 +50,7 @@ public abstract class ClientLauncher extends ApplicationCore implements Platform assets.setLoader(Texture.class, "." + mapExtension, new MapPreviewLoader()); tree = new FileTree(); + assets.setLoader(Sound.class, new SoundLoader(tree)); assets.setLoader(Music.class, new MusicLoader(tree)); diff --git a/gradle.properties b/gradle.properties index ba085c467b..0960a8acfd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ org.gradle.daemon=true org.gradle.jvmargs=-Xms256m -Xmx1024m -archash=13eaf86233cca1baa4704ae916bcc5688e6c5611 +archash=0f632261515378cb37e771ea824707cf2267f4a4