This commit is contained in:
Anuken
2019-08-30 20:11:48 -04:00
parent 60306f146f
commit 52332e5821
3 changed files with 16 additions and 15 deletions
@@ -206,6 +206,7 @@ public class Saves{
previewExecutor.submit(() -> {
try{
previewFile().writePNG(renderer.minimap.getPixmap());
requestedPreview = false;
}catch(Throwable t){
t.printStackTrace();
}