Update render.c

This commit is contained in:
Jason Bou-Samra
2024-10-31 19:02:40 +11:00
committed by GitHub
parent 9a8f7db7fa
commit 8e4d175634
+2
View File
@@ -206,6 +206,8 @@ int Ren_pause(void) {
Ren_line(pause, pausel[z][0], pausel[z][1], z * 9, 9, 1);
}
SDL_RenderPresent(sr);
check_key();
pause_f = false;
return 0;
}