Reset particle effect when created

This commit is contained in:
fgnm
2023-10-10 14:37:14 +02:00
parent 17ae36b7a1
commit bfe54f53ca
2 changed files with 2 additions and 2 deletions
@@ -535,7 +535,7 @@ public class ResourceManager extends Proxy implements IResourceRetriever {
FileUtils.copyFile(source, expectedFile.file());
expectedFile = Gdx.files.internal(expectedPath);
} else {
throw new FileNotFoundException();
throw new FileNotFoundException(fontName);
}
}