mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-31 15:40:24 +01:00
cso: Fix typo in assert.
This commit is contained in:
parent
141c7cb0d6
commit
a73fd447d4
1 changed files with 1 additions and 1 deletions
|
|
@ -1248,7 +1248,7 @@ enum pipe_error cso_set_vertex_elements(struct cso_context *ctx,
|
|||
|
||||
void cso_save_vertex_elements(struct cso_context *ctx)
|
||||
{
|
||||
assert(!ctx->velements);
|
||||
assert(!ctx->velements_saved);
|
||||
ctx->velements_saved = ctx->velements;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue