AdapterInfo { name: "Apple M1 Max", vendor: 0, device: 0, device_type: IntegratedGpu, driver: "", driver_info: "", backend: Metal }
SystemInfo { os: "MacOS 13.1 ", kernel: "22.2.0", cpu: "Apple M1 Max", core_count: "10", memory: "64.0 GiB" }
This is happening because the window title is being updated every frame.
Bevy version
main
Relevant system information
What you did
cargo run --example scale_factor_overrideorcargo run --example scale_factor_override --releaseWhat went wrong
Movement is super janky
Additional information
This is happening because the window title is being updated every frame.