Finish the Qt main menu

This commit is contained in:
Cacodemon345
2021-12-12 01:16:27 +06:00
parent 975ea07b45
commit 457751d108
9 changed files with 375 additions and 5 deletions

View File

@@ -109,7 +109,6 @@ int main(int argc, char* argv[]) {
onesec.start(1000);
/* Initialize the rendering window, or fullscreen. */
QTimer::singleShot(50, []() { plat_resize(640, 480); } );
auto main_thread = std::thread([] {
main_thread_fn();
});