Commit bcfa7dcf authored by H. Verbeet's avatar H. Verbeet Committed by Alexandre Julliard

wined3d: Downgrade a FIXME to a TRACE.

parent 2ce5eca6
......@@ -1779,7 +1779,7 @@ UINT numberOfvertices, UINT numberOfIndicies, GLenum glPrimType, const void *idx
GLint errPos;
IWineD3DVertexDeclarationImpl *vertexDeclaration;
FIXME("Using vertex shader\n");
TRACE("Using vertex shader\n");
/* Bind the vertex program */
GL_EXTCALL(glBindProgramARB(GL_VERTEX_PROGRAM_ARB, ((IWineD3DVertexShaderImpl *)This->stateBlock->vertexShader)->prgId));
......
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