getting graphics separation cleaned up

This commit is contained in:
benfry
2005-02-15 05:20:22 +00:00
parent 9cb6a58d52
commit 51d5473e95
6 changed files with 112 additions and 28 deletions
+2 -1
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;
}