1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

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
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;
}