getting graphics separation cleaned up

This commit is contained in:
benfry
2005-02-15 05:20:22 +00:00
parent 146f77be46
commit 388d3343f1
6 changed files with 112 additions and 28 deletions

View File

@@ -1169,11 +1169,12 @@ public class PImage implements PConstants, Cloneable {
index -= width;
}
output.flush();
return true;
} catch (IOException e) {
e.printStackTrace();
return false;
}
return false;
}