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:
parent
b7c0e4b333
commit
25235a4324
2 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue