From 79e675577d9e402a3df83bff2e8b4a3e9763b502 Mon Sep 17 00:00:00 2001
From: Grant Kim <2-enpinion@users.noreply.git.soundcontact.studio>
Date: Tue, 11 Apr 2023 20:22:52 +0900
Subject: [PATCH] Added 10 secs delay

---
 main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.c b/main.c
index 458fb1f..c8e3940 100644
--- a/main.c
+++ b/main.c
@@ -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) )
-- 
GitLab