2
This commit is contained in:
@@ -50,7 +50,6 @@ public abstract class ClientLauncher extends ApplicationCore implements Platform
|
|||||||
assets.setLoader(Texture.class, "." + mapExtension, new MapPreviewLoader());
|
assets.setLoader(Texture.class, "." + mapExtension, new MapPreviewLoader());
|
||||||
|
|
||||||
tree = new FileTree();
|
tree = new FileTree();
|
||||||
|
|
||||||
assets.setLoader(Sound.class, new SoundLoader(tree));
|
assets.setLoader(Sound.class, new SoundLoader(tree));
|
||||||
assets.setLoader(Music.class, new MusicLoader(tree));
|
assets.setLoader(Music.class, new MusicLoader(tree));
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,3 +1,3 @@
|
|||||||
org.gradle.daemon=true
|
org.gradle.daemon=true
|
||||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||||
archash=0f632261515378cb37e771ea824707cf2267f4a4
|
archash=0cae533620f20846febba83e19f531c337204d44
|
||||||
|
|||||||
Reference in New Issue
Block a user