Merge pull request #71836 from m4gr3d/fix_godot_editor_cropping_main

Update the logic to calculate the screen scale on Android
This commit is contained in:
Rémi Verschelde 2023-01-23 22:30:46 +01:00
commit 84b8986a39
No known key found for this signature in database
GPG key ID: C3336907360768E1
4 changed files with 16 additions and 4 deletions

View file

@ -150,7 +150,6 @@ public class GodotIO {
} else {
selectedScaledDensity = 0.75f;
}
Log.d(TAG, "Selected scaled density: " + selectedScaledDensity);
return selectedScaledDensity;
}