diff --git a/hyperlap2d-runtime-libgdx b/hyperlap2d-runtime-libgdx index cda53e82..a3b213f7 160000 --- a/hyperlap2d-runtime-libgdx +++ b/hyperlap2d-runtime-libgdx @@ -1 +1 @@ -Subproject commit cda53e8292598302c077556f69da0dfdab0e5e4e +Subproject commit a3b213f76b1088878e68429d091daaa23c974162 diff --git a/src/main/java/games/rednblack/editor/proxy/ResourceManager.java b/src/main/java/games/rednblack/editor/proxy/ResourceManager.java index 2821f1b0..9c793cb0 100644 --- a/src/main/java/games/rednblack/editor/proxy/ResourceManager.java +++ b/src/main/java/games/rednblack/editor/proxy/ResourceManager.java @@ -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); } }