🔥🔥🔥

This commit is contained in:
Anuken
2020-06-11 12:03:27 -04:00
parent 2a9008f042
commit 732769524c
40 changed files with 4458 additions and 4867 deletions

View File

@@ -391,7 +391,7 @@ public class MapGenerateDialog extends BaseDialog{
if(pixmap == null || texture == null){
return;
}
texture.draw(pixmap, 0, 0);
texture.draw(pixmap);
generating = false;
});
}catch(Exception e){