Fix VS 2026 Windows build
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user