mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-27 01:10:25 +01:00
minor formatting fix
This commit is contained in:
parent
d869a43554
commit
eba4ff6e0a
1 changed files with 1 additions and 2 deletions
|
|
@ -827,8 +827,7 @@ _mesa_BindFramebufferEXT(GLenum target, GLuint framebuffer)
|
|||
FLUSH_VERTICES(ctx, _NEW_BUFFERS);
|
||||
|
||||
if (target != GL_FRAMEBUFFER_EXT) {
|
||||
_mesa_error(ctx, GL_INVALID_ENUM,
|
||||
"glBindFramebufferEXT(target)");
|
||||
_mesa_error(ctx, GL_INVALID_ENUM, "glBindFramebufferEXT(target)");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue