processing / processing-android

Processing mode and core library to create Android apps with Processing
http://android.processing.org
779 stars 293 forks source link

Update LoadDisplayImage.pde #739

Closed rtomas closed 1 year ago

rtomas commented 1 year ago

A very simple correction in a basic example.

delete noLoop().

The image was not seeing in some devices.

codeanticode commented 1 year ago

Got it, this probably affects older devices where the off-screen buffer does not work well in static sketches. Thanks for the PR!