Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix window centering when scale_factor is not 1.0 (bevyengine#5582)
# Objective Fixes bevyengine#5581 ## Solution `Window::scale_factor` already has logic for selecting the overridden or actual scale factor, so use it. I tested this with the displays I have access to, but more testing would be nice. This seems like a pretty straightforward bug/fix though. ## Changelog ### Fixed Fixed window centering on high-dpi displays.
- Loading branch information