This commit is contained in:
Anuken
2020-03-01 16:29:04 -05:00
parent 7d84300c31
commit c3a790bfd2
2 changed files with 2 additions and 1 deletions

View File

@@ -446,6 +446,7 @@ public class Renderer implements ApplicationListener{
PixmapIO.writePNG(file, fullPixmap);
fullPixmap.dispose();
ui.showInfoFade(Core.bundle.format("screenshot", file.toString()));
buffer.dispose();
}