update
Some checks failed
Rust Checks / checks (push) Waiting to run
Rust Checks / checks (pull_request) Has been cancelled

This commit is contained in:
CoCo_Sol 2024-04-01 01:03:11 +02:00
parent dff1235d73
commit 902c39b03e

View file

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