Commit efb78aca authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

wined3d: Update the WINED3DSAMP_MAGFILTER state even if we didn't recognize the value.

It's a bit pointless to keep printing FIXMEs after the first time.
parent 10906e6b
......@@ -381,8 +381,8 @@ void basetexture_apply_state_changes(IWineD3DBaseTexture *iface,
glValue = This->baseTexture.magLookup[state - WINED3DTEXF_NONE];
TRACE("ValueMAG=%d setting MAGFILTER to %x\n", state, glValue);
glTexParameteri(textureDimensions, GL_TEXTURE_MAG_FILTER, glValue);
states[WINED3DTEXSTA_MAGFILTER] = state;
}
states[WINED3DTEXSTA_MAGFILTER] = state;
}
if((samplerStates[WINED3DSAMP_MINFILTER] != states[WINED3DTEXSTA_MINFILTER] ||
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment