1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-22 17:18:39 +00:00

Increase stepheight on android by 0.5 to smoothen movement

This commit is contained in:
sapier 2015-01-11 04:32:56 +01:00
parent b7c0e4b333
commit 25235a4324
2 changed files with 5 additions and 2 deletions

View file

@ -261,8 +261,6 @@ public class MinetestAssetCopy extends Activity
textPaint.getTextBounds(todisplay, 0, todisplay.length(), bounds);
while (bounds.width() > getResources().getDisplayMetrics().widthPixels * 0.7) {
Log.e("MinetestAssetCopy", todisplay + ": " +
bounds.width() + " > " + (getResources().getDisplayMetrics().widthPixels * 0.7));
if (todisplay.length() < 2) {
break;
}