Commit ba438d4f authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

wined3d: Correctly define the number of possible parameters.

parent 0f7e4a87
......@@ -1123,8 +1123,8 @@ HRESULT WINAPI IWineD3DVertexShaderImpl_ExecuteSW(IWineD3DVertexShader* iface, W
const DWORD* pToken = This->baseShader.function;
const SHADER_OPCODE* curOpcode = NULL;
/** functions parameters */
WINED3DSHADERVECTOR* p[4];
WINED3DSHADERVECTOR* p_send[4];
WINED3DSHADERVECTOR* p[6];
WINED3DSHADERVECTOR* p_send[6];
DWORD i;
/** init temporary register */
......
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