mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 09:39:19 +01:00
getting graphics separation cleaned up
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user