Skip to content

Commit

Permalink
fix debughelper
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Sep 16, 2015
1 parent 27c6ca2 commit 8babff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debughelper/debughelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
break;

case IDM_1024X768:
OnChangeSize(hWnd, 640, 480);
OnChangeSize(hWnd, 1024, 768);
sizetype = ST_1024X768;
break;

Expand Down

0 comments on commit 8babff7

Please sign in to comment.