Skip to content

Commit

Permalink
Match data type of member variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike committed Jul 19, 2012
1 parent a65da10 commit 2b69b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/rendering/dx/RenderSystemDX.cpp
Expand Up @@ -620,7 +620,7 @@ bool CRenderSystemDX::BeginRender()
if (!m_bRenderCreated)
return false;

DWORD oldStatus = m_nDeviceStatus;
HRESULT oldStatus = m_nDeviceStatus;
if (m_useD3D9Ex)
{
m_nDeviceStatus = ((IDirect3DDevice9Ex*)m_pD3DDevice)->CheckDeviceState(m_hDeviceWnd);
Expand Down

0 comments on commit 2b69b92

Please sign in to comment.