reordering of some things

This commit is contained in:
nova
2026-05-14 20:07:37 +02:00
parent a7d4a6322c
commit a5483335c5
2 changed files with 10 additions and 12 deletions

1
main.c
View File

@@ -81,7 +81,6 @@ int main(){
/* running through all once manually in order to get an as fast as possible first render on the screen */
pthread_cond_signal(&cond_top);
pthread_cond_signal(&cond_mid);
pthread_cond_signal(&cond_lft);
render_pass();