wined3d: Fix typo.

oldstable
Anders Jonsson 2009-11-15 23:12:50 +01:00 committed by Alexandre Julliard
parent 40eea7acd7
commit 58b203e798
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}
}