This commit is contained in:
2025-06-08 15:55:41 -05:00
parent 823aa454bd
commit 5cc38e14d6
8 changed files with 116 additions and 5 deletions

View File

@ -13,8 +13,8 @@ int32_t main(const int32_t argc, const char **argv) {
renderInit();
while(1) {
usleep(16 * 1000); // Sleep for 16 milliseconds (60 FPS)
renderUpdate();
usleep(100 * 1000); // Sleep for 16 milliseconds (60 FPS)
}
return EXIT_SUCCESS;