Skip to content

Commit c7652c4

Browse files
authored
Fix typo in b162464
1 parent b162464 commit c7652c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/core/DXHook/CProxyDirect3DDevice9.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ HRESULT CProxyDirect3DDevice9::Reset(D3DPRESENT_PARAMETERS* pPresentationParamet
378378
HRESULT hCoopLevel = m_pDevice->TestCooperativeLevel();
379379
if (hCoopLevel == D3DERR_DEVICELOST)
380380
{
381-
WriteDebugEvent("Reset: Device still lost, cannot reset yet");
381+
WriteDebugEvent("CProxyDirect3DDevice9::Reset - Device still lost, cannot reset yet");
382382
return hCoopLevel;
383383
}
384384
else if (hCoopLevel != D3DERR_DEVICENOTRESET && hCoopLevel != D3D_OK)

0 commit comments

Comments
 (0)