Reset particle effect when created
This commit is contained in:
Submodule hyperlap2d-runtime-libgdx updated: cda53e8292...a3b213f76b
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user