mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-02-16 02:20:57 +00:00
Forgot to delet sout
This commit is contained in:
@@ -49,7 +49,6 @@ public class BufferedImageLoader implements TypeLoader<BufferedImage> {
|
||||
@Override
|
||||
public BufferedImage load(@NotNull AnnotatedType t, @NotNull Object c, @NotNull ConfigLoader loader, DepthTracker depthTracker)
|
||||
throws LoadException {
|
||||
System.out.println(pack.getContext().get(ImageCache.class).map);
|
||||
return pack.getContext().get(ImageCache.class).map.computeIfAbsent((String) c, s -> {
|
||||
try {
|
||||
return ImageIO.read(files.get(s));
|
||||
|
||||
Reference in New Issue
Block a user