Skip to content
Snippets Groups Projects
Commit 79e67557 authored by Grant Kim's avatar Grant Kim
Browse files

Added 10 secs delay

parent 88077240
No related branches found
No related tags found
No related merge requests found
......@@ -162,7 +162,7 @@ int APIENTRY wWinMain(
ShowWindow(wnd, nCmdShow);
UpdateWindow(wnd);
SetTimer(wnd, 1024, 1000, (TIMERPROC)NULL);
SetTimer(wnd, 1024, CYCLEms, (TIMERPROC)NULL);
MSG msg;
while ( GetMessageW(&msg, NULL, 0, 0) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment