diff options
Diffstat (limited to 'src/mesa/main/fbobject.c')
| -rw-r--r-- | src/mesa/main/fbobject.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/mesa/main/fbobject.c b/src/mesa/main/fbobject.c index 876d691c65..718c97568b 100644 --- a/src/mesa/main/fbobject.c +++ b/src/mesa/main/fbobject.c @@ -173,7 +173,7 @@ _mesa_remove_attachment(GLcontext *ctx, struct gl_renderbuffer_attachment *att)     if (att->Type == GL_TEXTURE) {        ASSERT(att->Texture);        if (ctx->Driver.FinishRenderTexture) { -         /* tell driver we're done rendering to this texobj */ +         /* tell driver that we're done rendering to this texture. */           ctx->Driver.FinishRenderTexture(ctx, att);        }        _mesa_reference_texobj(&att->Texture, NULL); /* unbind */ | 
