Skip to content

Commit

Permalink
Tirando um sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
dabzr committed Sep 1, 2024
1 parent 4381ef8 commit 8a5f00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ScreenManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ void ScreenManager::ResetGameScreenIfNeeded(Board *board) {
default:
return;
}
std::this_thread::sleep_for(std::chrono::seconds(1));

}
Music music = screens[actualScreen]->GetMusic();
if(IsMusicReady(music) && IsMusicStreamPlaying(music))
Expand Down

0 comments on commit 8a5f00a

Please sign in to comment.