Update pc_main.c

This commit is contained in:
KingOfSpadesJFK 2024-04-12 20:29:30 -07:00
parent 85d44fd641
commit ae3a5036d7
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ void produce_one_frame(void) {
game_loop_one_iteration();
// Post the game thread semaphore if the game requested a sound reset
// Post the game thread semaphore if the game thread requested it
pcthread_mutex_lock(&pcthread_game_mutex);
if (pcthread_wait_for_gameloop) {
pcthread_semaphore_post(&pcthread_game_sema);