mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 16:18:06 +02:00
Merge branch 'mesa_7_5_branch'
This commit is contained in:
commit
1e355a0cb3
1 changed files with 1 additions and 1 deletions
|
|
@ -2027,8 +2027,8 @@ parse_param (GLcontext * ctx, const GLubyte ** inst, struct var_cache **vc_head,
|
|||
if (specified_length != (int)param_var->param_binding_length) {
|
||||
program_error(ctx, Program->Position,
|
||||
"Declared parameter array length does not match parameter list");
|
||||
return 1;
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
||||
(*inst)++;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue