Skip to content

Fixes an OpenGL error caused by the custom render resolution.

When enabling the custom render resolution on a hidden, non-initialized scene view, an OpenGL error would be thrown. This was caused by the renderer updating the render buffers to the new resolution. The buffers, however, are not initialized, until the scene view is visible for the first time.

Closes #326 (closed).

Merge request reports