mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 10:00:42 +01:00
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.