Revert "Pause Framebuffer fix (Sirius902)"

This reverts commit 559cbb6bc1.
This commit is contained in:
takstation 2022-04-20 17:03:51 +04:30
parent 559cbb6bc1
commit e426c24f8a
1 changed files with 0 additions and 1 deletions

View File

@ -650,7 +650,6 @@ static int gfx_opengl_create_framebuffer() {
}
static void gfx_opengl_update_framebuffer_parameters(int fb_id, uint32_t width, uint32_t height, uint32_t msaa_level, bool opengl_invert_y, bool render_target, bool has_depth_buffer, bool can_extract_depth) {
framebuffers.resize(framebuffers.size() + 1);
Framebuffer& fb = framebuffers[fb_id];
width = max(width, 1U);