mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 10:55:38 +01:00
pixelDensity (Java2D): set modified to false after updatePixels()
This commit is contained in:
@@ -2796,7 +2796,7 @@ public class PGraphicsJava2D extends PGraphics {
|
||||
if (pixels != null) {
|
||||
getRaster().setDataElements(0, 0, pixelWidth, pixelHeight, pixels);
|
||||
}
|
||||
modified = true;
|
||||
modified = false;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user