mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-16 18:00:36 +01:00
correct the return value
This commit is contained in:
parent
eec20c359d
commit
c8666cfb0b
1 changed files with 1 additions and 1 deletions
|
|
@ -813,7 +813,7 @@ _mesa_load_state_parameters(GLcontext *ctx,
|
|||
GLuint i;
|
||||
|
||||
if (!paramList)
|
||||
return;
|
||||
return retval;
|
||||
|
||||
for (i = 0; i < paramList->NumParameters; i++) {
|
||||
if (paramList->Parameters[i].Type == PROGRAM_STATE_VAR) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue