Updated arc

This commit is contained in:
Anuken
2020-03-24 00:25:36 -04:00
parent 52b6e756bc
commit 2b4ce01fac
2 changed files with 2 additions and 1 deletions

View File

@@ -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));