ddraw: Fix a typo.

This commit is contained in:
André Hentschel 2012-03-08 21:03:11 +01:00 committed by Alexandre Julliard
parent d77104b93d
commit b9c1e5ad32
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ static HRESULT WINAPI IDirect3DLightImpl_SetLight(IDirect3DLight *iface, D3DLIGH
return DDERR_INVALIDPARAMS;
if ( lpLight->dltType == D3DLIGHT_PARALLELPOINT )
FIXME("D3DLIGHT_PARALLELPOINT no supported\n");
FIXME("D3DLIGHT_PARALLELPOINT not supported\n");
/* Translate D3DLIGH2 structure to D3DLIGHT7 */
light7->dltType = lpLight->dltType;