mirror of
https://github.com/processing/processing4.git
synced 2026-02-23 07:15:39 +01:00
todo notes and fix for requestImage()
This commit is contained in:
@@ -4868,6 +4868,10 @@ public class PApplet implements PConstants {
|
||||
vessel.height = actual.height;
|
||||
vessel.format = actual.format;
|
||||
vessel.pixels = actual.pixels;
|
||||
|
||||
vessel.pixelWidth = actual.width;
|
||||
vessel.pixelHeight = actual.height;
|
||||
vessel.pixelFactor = 1;
|
||||
}
|
||||
requestImageCount--;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user