mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-29 05:10:23 +01:00
disable a warning
This commit is contained in:
parent
b1e8471898
commit
b210ffaadf
1 changed files with 1 additions and 1 deletions
|
|
@ -493,7 +493,7 @@ _mesa_update_framebuffer(GLcontext *ctx)
|
|||
count++;
|
||||
}
|
||||
else {
|
||||
_mesa_warning(ctx, "DrawBuffer names a missing buffer!");
|
||||
/*_mesa_warning(ctx, "DrawBuffer names a missing buffer!");*/
|
||||
}
|
||||
bufferMask &= ~bufferBit;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue