From dce918a4bf14da334e046ca1aa33b013a538fb0e Mon Sep 17 00:00:00 2001 From: rock-on <36922874+AcezukyRockon@users.noreply.github.com> Date: Sun, 22 Oct 2023 16:37:54 +0700 Subject: [PATCH] Add comment on sleep --- osu! sheet/Source.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu! sheet/Source.cpp b/osu! sheet/Source.cpp index fd2ca49..5536bfe 100644 --- a/osu! sheet/Source.cpp +++ b/osu! sheet/Source.cpp @@ -165,7 +165,7 @@ int main() { continue; } } - else Sleep(1); + else Sleep(1); // reduce CPU usage } //cin.get(); a->gotoxy(1, 20); //move cursor to (1,20) and let the program print "Press any key to continue" at that coordinate