Skip to content

Commit

Permalink
Add comment on sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
AcezukyRockon authored Oct 22, 2023
1 parent 7401af3 commit dce918a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu! sheet/Source.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dce918a

Please sign in to comment.