mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
72b95f6711
After a call to get()/set(), pixels array has been treated as up-to-date even though user has been drawing. Because of this, loadPixels() was not updating pixels array with changes.