1
0
mirror of https://github.com/GeyserMC/PackConverter.git synced 2025-12-30 20:29:24 +00:00

Remove TODO

This commit is contained in:
Aurora
2025-07-22 21:56:05 +01:00
parent c38991d91c
commit b8ff55b6dd

View File

@@ -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) {