mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:54:13 +00:00
wined3d: Downgrade a FIXME to a TRACE.
This commit is contained in:
parent
2ce5eca6a5
commit
bcfa7dcf7d
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue