Results 1 issues of Philippe Julien

When `ofAppGLFWWindow` is minimized, a call to `ofAppGLFWWindow::resize_cb()` is made while window and framebuffer width/height are `0`. Therefore, the code updates `pixelScreenCoordScale` with an invalid value (division by `0`) :...