Closed rparrett closed 6 months ago
main
I believe this behavior began with #9637. This is a "known issue" that never got its own GitHub issue to track it.
AdapterInfo { name: "Apple M1 Max", vendor: 0, device: 0, device_type: IntegratedGpu, driver: "", driver_info: "", backend: Metal } SystemInfo { os: "MacOS 14.2.1 ", kernel: "23.2.0", cpu: "", core_count: "10", memory: "64.0 GiB" }
Tested with scale_factor of 2.0 and 1.0.
scale_factor
2.0
1.0
cargo run --example game_menu
This seems fixed now. Bisected fix to #10690.
Bevy version
main
I believe this behavior began with #9637. This is a "known issue" that never got its own GitHub issue to track it.
Relevant system information
Tested with
scale_factor
of2.0
and1.0
.What you did
cargo run --example game_menu
What went wrong