Fix VS 2026 Windows build

This commit is contained in:
2026-06-16 09:34:17 +02:00
parent ad76aeb751
commit 52d633c6e1
9 changed files with 40 additions and 24 deletions

View File

@@ -658,7 +658,7 @@ void App::render_thread_tick()
void App::render_thread_main()
{
runtime_.render_thread_main(*this);
runtime_.render_thread_main(*this, {});
}
void App::ui_thread_tick()
@@ -668,7 +668,7 @@ void App::ui_thread_tick()
void App::ui_thread_main()
{
runtime_.ui_thread_main(*this);
runtime_.ui_thread_main(*this, {});
}
void App::render_thread_start()