morphshape rendering fix

This commit is contained in:
Honfika
2014-01-30 00:21:22 +01:00
parent ed05bf3cf1
commit 86dfbbec58
2 changed files with 6 additions and 6 deletions

View File

@@ -69,11 +69,11 @@ public class SerializableImage implements Serializable {
}
public BufferedImage getBufferedImage() {
try {
/*try {
ImageIO.write(image, "png", new File("c:\\10\\x\\imageid" + String.format("%03d", imageid++) + ".png"));
} catch (IOException ex) {
Logger.getLogger(BitmapExporter.class.getName()).log(Level.SEVERE, null, ex);
}
}*/
return image;
}