Skip to content

Commit

Permalink
Fix debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
elishacloud committed Dec 8, 2023
1 parent 06475e5 commit 17fcdef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IDirectInputEffect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ HRESULT m_IDirectInputEffect::SetParameters(LPCDIEFFECT lpeff, DWORD dwFlags)
#ifdef _DEBUG
GUID guid;
GetEffectGuid(&guid);
LogEffectFormat(peff, guid);
LogEffectFormat(lpeff, guid);
#endif // DEBUG

DIEFFECT eff = {};
Expand Down

0 comments on commit 17fcdef

Please sign in to comment.