Fixed a typo

svn path=/trunk/; revision=32251
This commit is contained in:
Gregor Brunmar 2008-02-10 09:08:50 +00:00
parent fd8beb028a
commit 9520cefdd4

View file

@ -189,7 +189,7 @@ static UINT WINAPI IDirect3D9Impl_GetAdapterModeCount(LPDIRECT3D9 iface, UINT Ad
return D3DERR_INVALIDCALL; return D3DERR_INVALIDCALL;
} }
if (Format != D3DFMT_R5G6B5) if (Format != D3DFMT_A2R10G10B10)
{ {
AdapterModeCount = GetDisplayFormatCount( AdapterModeCount = GetDisplayFormatCount(
Format, Format,
@ -261,7 +261,7 @@ static HRESULT WINAPI IDirect3D9Impl_EnumAdapterModes(LPDIRECT3D9 iface, UINT Ad
return D3DERR_INVALIDCALL; return D3DERR_INVALIDCALL;
} }
if (Format != D3DFMT_R5G6B5) if (Format != D3DFMT_A2R10G10B10)
{ {
pMatchingDisplayFormat = FindDisplayFormat( pMatchingDisplayFormat = FindDisplayFormat(
Format, Format,