Merge branch 'master' into translation_hu-HU

This commit is contained in:
Laci bá
2021-11-14 00:03:36 +01:00
committed by GitHub
138 changed files with 13035 additions and 4519 deletions

View File

@@ -548,7 +548,8 @@ main_thread(void *param)
frames = 0;
}
} else /* Just so we dont overload the host OS. */
Sleep(1);
Sleep((drawits < -1) ? 1 : 0);
// Sleep(1);
/* If needed, handle a screen resize. */
if (doresize && !video_fullscreen && !is_quit) {