mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 10:40:11 +01:00
revert part of the previous cleanup - it only applies
to the 7.0 branch
This commit is contained in:
parent
936dba1de5
commit
b3efd35f4b
1 changed files with 1 additions and 1 deletions
|
|
@ -813,7 +813,7 @@ _mesa_load_state_parameters(GLcontext *ctx,
|
|||
GLuint i;
|
||||
|
||||
if (!paramList)
|
||||
return retval;
|
||||
return;
|
||||
|
||||
for (i = 0; i < paramList->NumParameters; i++) {
|
||||
if (paramList->Parameters[i].Type == PROGRAM_STATE_VAR) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue