Skip to content

Fix App crash on minimize

Peter Esser requested to merge AppCrashOnMinimize into master

This commit implements busy waiting whenever the size of a requested framebuffer is invalid (i.e., when the height or width of the requested buffer is zero). This caused the app to crash whenever it was minimized.

Merge request reports