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