ddraw: Print unhandled vertex processing flags in IDirect3DExecuteBufferImpl_Execute().

This commit is contained in:
Henri Verbeet 2010-03-14 21:53:20 +01:00 committed by Alexandre Julliard
parent 6c0ecd0955
commit ae437ab5b8
1 changed files with 1 additions and 1 deletions

View File

@ -489,7 +489,7 @@ IDirect3DExecuteBufferImpl_Execute(IDirect3DExecuteBufferImpl *This,
memcpy(dst, src, ci->dwCount * sizeof(D3DTLVERTEX));
} else {
ERR("Unhandled vertex processing !\n");
ERR("Unhandled vertex processing flag %#x.\n", ci->dwFlags);
}
instr += size;