processing-android
processing-android copied to clipboard
landscape crashes P2D/P3D
using landscape orientation with anything but the default renderer crashes the app.
orientation(LANDSCAPE) crashes
not setting orientation and rotating the phone, the app crashes once it switches to landscape
@ohnoitsaninja What version of the mode are you using? Do this happen with an empty sketch, like so:
void setup() {
orientation(LANDSCAPE);
}
void draw() {
}
@ohnoitsaninja I cannot reproduce this problem on any of my test phones. What device are you using?
I was using an LG V10 with whatever the most recent version was at the time (Oct 7)