mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-01-13 19:50:28 +00:00
fix: fps down
This commit is contained in:
parent
5c668cba2c
commit
a0382a1d2a
@ -23,7 +23,7 @@ int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev,
|
||||
GetCommandLineArguments();
|
||||
|
||||
project.set_dart_entrypoint_arguments(std::move(command_line_arguments));
|
||||
|
||||
project.set_ui_thread_policy(flutter::UIThreadPolicy::RunOnSeparateThread);
|
||||
FlutterWindow window(project);
|
||||
Win32Window::Point origin(0, 0);
|
||||
Win32Window::Size size(1280, 720);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user