Skip to content
Snippets Groups Projects
Commit a9edda35 authored by deuce's avatar deuce
Browse files

Fix bug in last commit.

parent e6506724
No related branches found
No related tags found
No related merge requests found
......@@ -189,7 +189,7 @@ int win32_getch(void)
}
while(1) {
GetNumberOfConsoleInputEvents(GetStdHandle(STD_INPUT_HANDLE), &num)
GetNumberOfConsoleInputEvents(GetStdHandle(STD_INPUT_HANDLE), &num);
if(num || mouse_pending())
break;
SLEEP(1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment