Skip to content

Commit

Permalink
Fix instance viewer crash in DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
TheIndra55 committed Dec 18, 2021
1 parent 8f07519 commit b112be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Menu.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class Menu
LPDIRECT3DDEVICE9 m_pd3dDevice;
HWND m_hwnd;

DWORD clickedInstance;
DWORD clickedInstance = 0;
};

extern IMGUI_IMPL_API LRESULT ImGui_ImplWin32_WndProcHandler(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);

0 comments on commit b112be1

Please sign in to comment.