Change oraganization of ui's programs #94

Merged
raphael merged 4 commits from oraganization-of-ui into main 2024-03-31 23:13:58 +00:00
Showing only changes of commit 902c39b03e - Show all commits

View file

@ -32,7 +32,6 @@ pub fn change_scaling(
if window.resolution.physical_height() == 0 {
return;
};
let (a, b) = (
window.resolution.width() / size.0.x,
window.resolution.height() / size.0.y,