diff options
Diffstat (limited to 'src/mesa/main')
| -rw-r--r-- | src/mesa/main/framebuffer.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/mesa/main/framebuffer.c b/src/mesa/main/framebuffer.c index 948b3b7b5a..139a842925 100644 --- a/src/mesa/main/framebuffer.c +++ b/src/mesa/main/framebuffer.c @@ -802,7 +802,7 @@ update_framebuffer(struct gl_context *ctx, struct gl_framebuffer *fb)        /* This is a user-created framebuffer.         * Completeness only matters for user-created framebuffers.         */ -      if (fb->_Status != GL_FRAMEBUFFER_COMPLETE) { +      if (fb->_Status == 0) {           _mesa_test_framebuffer_completeness(ctx, fb);        }     } | 
