This commit is contained in:
Anuken
2023-06-13 16:02:24 -04:00
parent dbfd8a3ec1
commit 1928c6db83
2 changed files with 1 additions and 2 deletions

View File

@@ -328,7 +328,6 @@ public class CanvasBlock extends Block{
dialog.buttons.button("@ok", Icon.ok, () -> {
if(modified[0]){
configure(packPixmap(pix));
pix.dispose();
texture.dispose();
}
dialog.hide();