mirror of
https://github.com/processing/processing4.git
synced 2026-06-15 03:50:45 +02: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