mirror of
https://github.com/GeyserMC/PackConverter.git
synced 2025-12-30 20:29:24 +00:00
Remove TODO
This commit is contained in:
@@ -103,7 +103,7 @@ public class FontTransformer implements TextureTransformer {
|
||||
containedCharacters.get(upperData).add(fontData);
|
||||
|
||||
images.computeIfAbsent(fontData.filename(), filename -> {
|
||||
Texture texture = context.pollOrPeekVanilla(filename); // TODO Should we poll this instead?
|
||||
Texture texture = context.pollOrPeekVanilla(filename);
|
||||
try {
|
||||
return texture == null ? null : this.readImage(texture);
|
||||
} catch (IOException e) {
|
||||
|
||||
Reference in New Issue
Block a user