Fixed more things

This commit is contained in:
Anuken
2019-07-31 22:49:41 -04:00
parent 28ab2b3917
commit dafbba0907
2 changed files with 8 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ public class AssetsAnnotationProcessor extends AbstractProcessor{
try{
String path = Paths.get(Utils.filer.createResource(StandardLocation.CLASS_OUTPUT, "no", "no")
.toUri().toURL().toString().substring("file:/".length()))
.toUri().toURL().toString().substring("file:".length()))
.getParent().getParent().getParent().getParent().getParent().getParent().toString();
process("Sounds", path + "/assets/sounds", "io.anuke.arc.audio.Sound", "newSound");