revert part of the previous cleanup - it only applies
to the 7.0 branch
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user