revert part of the previous cleanup - it only applies

to the 7.0 branch
This commit is contained in:
Alan Hourihane
2008-04-22 23:05:11 +01:00
parent 936dba1de5
commit b3efd35f4b

View File

@@ -813,7 +813,7 @@ _mesa_load_state_parameters(GLcontext *ctx,
GLuint i; GLuint i;
if (!paramList) if (!paramList)
return retval; return;
for (i = 0; i < paramList->NumParameters; i++) { for (i = 0; i < paramList->NumParameters; i++) {
if (paramList->Parameters[i].Type == PROGRAM_STATE_VAR) { if (paramList->Parameters[i].Type == PROGRAM_STATE_VAR) {