d3d9: Don't test invalid texture stages.

This commit is contained in:
Henri Verbeet 2009-01-06 11:43:44 +01:00 committed by Alexandre Julliard
parent d5d2a27aa4
commit 04808cc5aa
1 changed files with 0 additions and 1 deletions

View File

@ -99,7 +99,6 @@ static void test_texture_stage_states(IDirect3DDevice9 *device_ptr, int num_stag
test_texture_stage_state(device_ptr, i, D3DTSS_ALPHAARG0, D3DTA_CURRENT);
test_texture_stage_state(device_ptr, i, D3DTSS_RESULTARG, D3DTA_CURRENT);
test_texture_stage_state(device_ptr, i, D3DTSS_CONSTANT, 0);
test_texture_stage_state(device_ptr, i, D3DTSS_FORCE_DWORD, 0);
}
}