Commit 58b203e7 authored by Anders Jonsson's avatar Anders Jonsson Committed by Alexandre Julliard

wined3d: Fix typo.

parent 40eea7ac
......@@ -1636,7 +1636,7 @@ static void state_wrap(DWORD state, IWineD3DStateBlockImpl *stateblock, struct w
stateblock->renderState[WINED3DRS_WRAP13] ||
stateblock->renderState[WINED3DRS_WRAP14] ||
stateblock->renderState[WINED3DRS_WRAP15] ) {
FIXME("(WINED3DRS_WRAP0) Texture wraping not yet supported\n");
FIXME("(WINED3DRS_WRAP0) Texture wrapping not yet supported\n");
}
}
......
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